Skip to main content

List Data Sinks

GET 

/api/v1/data-sinks

List data sinks for a given project. If project_id is not provided, uses the default project.

Request

Query Parameters

    project_id any

Cookie Parameters

    session any

Responses

Successful Response

Schema

  • Array [

  • id uuidrequired

    Unique identifier

    created_at

    object

    Creation datetime

    anyOf

    string

    updated_at

    object

    Update datetime

    anyOf

    string

    name Name (string)required

    The name of the data sink.

    sink_type ConfigurableDataSinkNames (string)required

    Possible values: [PINECONE, POSTGRES, QDRANT, AZUREAI_SEARCH, MONGODB_ATLAS, MILVUS]

    component

    object

    required

    anyOf

    supports_nested_metadata_filters Supports Nested Metadata Filters (boolean)

    Possible values: [true]

    Default value: true

    index_name Index Name (string)required

    namespace

    object

    anyOf

    string

    insert_kwargs

    object

    anyOf

    class_name Class Name (string)

    Default value: CloudPineconeVectorStore

    project_id uuidrequired
  • ]

Loading...