v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBLLM Observability
Get LLM Observability dataset draft state
Retrieve the draft state of a dataset, including whether it is currently locked for editing and which user holds the lock.
get/api/v2/llm-obs/v1/{project_id}/datasets/{dataset_id}/draft_state
Path parameters
project_idstring required
The ID of the LLM Observability project.
dataset_idstring required
The ID of the LLM Observability dataset.
Response
OK
Example response
{
"data": {
"attributes": {
"drafting_since": "2024-01-15T10:30:00Z",
"user": {
"email": "jane.doe@example.com",
"handle": "jane.doe@example.com",
"id": "00000000-0000-0000-0000-000000000010",
"name": "Jane Doe"
}
},
"id": "9f64e5c7-dc5a-45c8-a17c-1b85f0bec97d",
"type": "draft_state_data"
}
}