Get Dataset Config

Retrieve configuration for a dataset from the dataset_config JSONB column.

Authentication

AuthorizationBearer

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

Path parameters

dataset_idstringRequiredformat: "uuid"

Query parameters

include_deletedbooleanOptionalDefaults to false

Response

Successful Response
dataset_idstringformat: "uuid"
embedding_idmap from strings to strings or null
encoder_namemap from strings to strings or null
metadata_fields_to_embedlist of strings or null
metadata_fields_to_indexlist of strings or null
new_video_data_modelboolean or null
celebrity_detection_enabledboolean or nullDefaults to false
context_studio_enabledboolean or nullDefaults to false
agentic_search_metadata_descriptionmap from strings to strings or null
asset_identifier_keystring or null

Errors

422
Unprocessable Entity Error