latestOpenAPI 3.1.02026-08-08127304355.9 KB

69c553220183

Prompt Datasets

Get Prompt Dataset

Retrieve a prompt dataset's metadata by ID. Use to check dataset configuration or input schema.

get/api/v2/projects/{project_id}/prompt-datasets/{dataset_id}

Path parameters

project_idstring required
dataset_idstring required

Response

PromptDatasetResponse(dataset: shared.sqlalchemy.models.Dataset, tags: Optional[list['TagResponse']] = None)

idstring uuid required
namestring required
input_namesstring[] required
media_input_namesstring[] required
support_historyboolean required
descriptionstring nullable