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)
Changes
No recorded changes to this endpoint across all 1 revision of this API.