---
title: "Get Dataset Config"
method: GET
path: "/api/v1/datasets/{dataset_id}/config"
tags: ["datasets > datasetConfig"]
---

# Get Dataset Config

`GET /api/v1/datasets/{dataset_id}/config`

Retrieve configuration for a dataset from the dataset_config JSONB column.

## Path parameters

- `dataset_id` string, uuid, required

## Query parameters

- `include_deleted` boolean

## Response `200`

Successful Response

- DatasetsDatasetConfigResponse — Response schema for the dataset_config JSONB column.
  - `dataset_id` string, uuid, required
  - `embedding_id` object, nullable
  - `encoder_name` object, nullable
  - `hybrid_search` object, nullable
  - `metadata_fields_to_embed` string[], nullable
  - `metadata_fields_to_index` string[], nullable
  - `new_video_data_model` boolean, nullable
  - `celebrity_detection_enabled` boolean, nullable
  - `context_studio_enabled` boolean, nullable
  - `agentic_search_metadata_description` object, nullable
  - `asset_identifier_key` string, nullable

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-17** `23dbda5f105c` — 1 warning, 1 info
  - deleted the `header` request parameter `Authorization`
  - the endpoint scheme security `HTTPBearer` was added to the API
- **2026-09-12** `3683abf6922b` — 1 info
  - api operation id `get-dataset-config-api-v-1-datasets-dataset-id-config-get` removed and replaced with `datasets_datasetConfig_get_dataset_config_api_v1_datasets__dataset_id__config_get`

[Change history](https://skmtc.dev/coactive/apis/api-reference/changes/api/v1/datasets/:dataset_id/config/get.md)

---

[API](https://skmtc.dev/coactive/apis/api-reference.md) · [All operations](https://skmtc.dev/coactive/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc.dev/coactive/apis/api-reference/revisions/23dbda5f105c?raw)
