GET
/v1/private/datasets/{id}/itemsGet dataset itemsGet dataset items
Parameters
idstring · uuidpathrequiredpageinteger · int32querysizeinteger · int32queryversionstringqueryVersion hash or tag to fetch specific dataset version
filtersstringquerytruncatebooleanqueryTruncate image included in either input, output or metadata
Responses
objectDatasetItemPage_Public
columnsarray of objectShow child attributes
Show array items
filterFieldstringThe field to use for filtering
filter_field_prefixstringnamestringtypesarray of stringShow child attributes
contentarray of objectShow child attributes
Show array items
created_atstring · date-timecreated_bystringdataobjectrequireddataset_idstring · uuiddataset_item_idstring · uuidDeprecated. Always equals 'id'. Retained for backward compatibility and will be removed in a future version
descriptionstringevaluatorsarray of objectShow child attributes
Show array items
Default evaluators for items in this version
configobjectrequirednamestringrequiredtypestringrequiredexecution_policyobjectDefault execution policy for items in this version
Show child attributes
pass_thresholdinteger · int32runs_per_iteminteger · int32experiment_itemsarray of objectShow child attributes
Show array items
created_atstring · date-timecreated_bystringdataset_item_idstring · uuidrequiredexperiment_idstring · uuidrequiredidstring · uuidlast_updated_atstring · date-timelast_updated_bystringproject_idstring · uuidtrace_idstring · uuidrequiredtrace_visibility_modestringidstring · uuidStable item identifier. On write, used as the upsert key. If omitted, a new ID is generated. Remains the same across dataset versions
last_updated_atstring · date-timelast_updated_bystringrun_summaries_by_experimentobjectsourcestringrequiredspan_idstring · uuidtagsarray of stringShow child attributes
trace_idstring · uuidpageinteger · int32sizeinteger · int32sortableByarray of stringShow child attributes
totalinteger · int64{
"columns": [
{
"filterField": "string",
"filter_field_prefix": "string",
"name": "string",
"types": [
"array"
]
}
],
"content": [
{
"created_at": "2026-06-09T00:00:00Z",
"created_by": "string",
"data": {},
"dataset_id": "00000000-0000-0000-0000-000000000000",
"dataset_item_id": "00000000-0000-0000-0000-000000000000",
"description": "string",
"evaluators": [
{
"config": {},
"name": "string",
"type": "code_metric"
}
],
"execution_policy": {
"pass_threshold": 0,
"runs_per_item": 0
},
"experiment_items": [
{
"created_at": "2026-06-09T00:00:00Z",
"created_by": "string",
"dataset_item_id": "00000000-0000-0000-0000-000000000000",
"experiment_id": "00000000-0000-0000-0000-000000000000",
"id": "00000000-0000-0000-0000-000000000000",
"last_updated_at": "2026-06-09T00:00:00Z",
"last_updated_by": "string",
"project_id": "00000000-0000-0000-0000-000000000000",
"trace_id": "00000000-0000-0000-0000-000000000000",
"trace_visibility_mode": "default"
}
],
"id": "00000000-0000-0000-0000-000000000000",
"last_updated_at": "2026-06-09T00:00:00Z",
"last_updated_by": "string",
"run_summaries_by_experiment": {
"additionalProp1": {
"passed_runs": 0,
"status": "failed",
"total_runs": 0
}
},
"source": "manual",
"span_id": "00000000-0000-0000-0000-000000000000",
"tags": [
"string"
],
"trace_id": "00000000-0000-0000-0000-000000000000"
}
],
"page": 0,
"size": 0,
"sortableBy": [
"string"
],
"total": 0
}