Skip to main content
POST
/
dashboards
/
data-sources
/
validate
Validate Data Source
curl --request POST \
  --url https://api.example.com/dashboards/data-sources/validate/ \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "query": "<string>"
}
'
{
  "columns_schemas": {},
  "is_embedding_searchable": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Api-key
string | null

Body

application/json
query
string
required

Response

Successful Response

columns_schemas
Columns Schemas · object
required
is_embedding_searchable
boolean
required