---
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

## Headers

- `Authorization` string, required

## 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

---

[API](https://skmtc.dev/coactive/apis/api-reference.md) · [All operations](https://skmtc.dev/coactive/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/coactive/api-reference/revisions/1223758be9ba/schema)
