List Data Sink Definitions
GET/api/v1/component-definition/data-sinks
List data sink component definitions.
Responses
- 200
Successful Response
- application/json
- Schema
- Example (from schema)
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
The name field will act as the unique identifier of DataSinkDefinition objects
Possible values: [PINECONE
, POSTGRES
, QDRANT
, AZUREAI_SEARCH
, MONGODB_ATLAS
, MILVUS
]
[
{
"label": "string",
"json_schema": {},
"sink_type": "PINECONE"
}
]
Loading...