Update a dataset

Update dataset metadata such as the name, description, starred state, or tags.

Authentication

AuthorizationBearer

Use your Respan API key for Respan API authentication. Enter only the Respan API key value; clients send Authorization: Bearer <RESPAN_API_KEY>. For /api/responses, OpenAI or Azure OpenAI provider credentials go in Settings -> Providers or the request body credential_override field, not in this auth field.

Path parameters

dataset_idstringRequired
Dataset Id

Request

This endpoint expects an object.
namestringOptional
Updated dataset name.
descriptionstringOptional
Updated dataset description.
starredbooleanOptional
Whether the dataset is starred.
tagslist of stringsOptional
List of tag IDs to assign. Replaces existing tags.

Response

Updated dataset.
idstring
namestring
typestring
descriptionstring
created_atstring
updated_atstring
organizationinteger
initial_log_filtersobject
unique_organization_idslist of strings
timestampslist of strings
log_countinteger
evaluatorstring
statusstring
running_statusstring
running_progressinteger
running_atstring
completed_annotation_countinteger

Errors

401
Unauthorized Error