Retrieve dataset

## Authentication - API key: `Authorization: Bearer ` Response (200 OK): ```json { "id": "6d0b2c7e-3a6a-4c09-9c7e-1f2d9e2d3f0a", "name": "Support Conversations - July", "type": "sampling", "description": "Sampled support chats for July", "created_at": "2025-07-26T00:00:00Z", "updated_at": "2025-07-27T08:10:00Z", "organization": 123, "initial_log_filters": { "status_code": { "operator": "eq", "value": 200 } }, "unique_organization_ids": [], "timestamps": [], "log_count": 250, "evaluator": null, "status": "ready", "running_status": "pending", "running_progress": 0, "running_at": null, "completed_annotation_count": 0 } ``` Errors: - 401 Unauthorized — Missing/invalid authentication - 404 Not Found — Dataset not found or not in your organization

Authentication

AuthorizationBearer
API key authentication. Get your API key from https://platform.respan.ai/platform/api-keys

Path parameters

dataset_idstringRequired
Dataset Id

Response

Successful response for Retrieve 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