Skip to main content

List Data Sink Definitions

GET 

/api/v1/component-definition/data-sinks

List data sink component definitions.

Responses

Successful Response

Schema

  • Array [

  • label Label (string)required

    The label field will be used to display the name of the component in the UI

    json_schema objectrequired

    The json_schema field can be used by clients to determine how to construct the component

    sink_type ConfigurableDataSinkNames (string)required

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

    The name field will act as the unique identifier of DataSinkDefinition objects

  • ]

Loading...