












Beta Observability Datasets Records Endpoints
(beta) Manage individual records within datasets.
Get the content of a given conversation from a dataset
GET /v1/observability/dataset-records/{dataset_record_id}
Playground
Test the endpoints live
Delete a record from a dataset
DELETE /v1/observability/dataset-records/{dataset_record_id}
Playground
Test the endpoints live
Delete multiple records from datasets
POST /v1/observability/dataset-records/bulk-delete
Playground
Test the endpoints live
Run Judge on a dataset record based on the given options
POST /v1/observability/dataset-records/{dataset_record_id}/live-judging
Playground
Test the endpoints live
Update a dataset record conversation payload
PUT /v1/observability/dataset-records/{dataset_record_id}/payload
Playground
Test the endpoints live
Update conversation properties
PUT /v1/observability/dataset-records/{dataset_record_id}/properties
Playground
Test the endpoints live











