{
"object": "list",
"data": [
{
"id": "batch_completed001",
"object": "batch",
"status": "completed",
"input_file_id": "file_input001",
"output_file_id": "file_output001",
"completion_window": "24h",
"created_at": "2026-07-07T07:25:01Z",
"expires_at": "2026-07-08T07:25:01Z",
"request_counts": {
"total": 30,
"pending": 0,
"running": 0,
"completed": 30,
"failed": 0,
"cancelled": 0,
"expired": 0
},
"usage": null
},
{
"id": "batch_processing001",
"object": "batch",
"status": "processing",
"input_file_id": "file_input002",
"completion_window": "24h",
"created_at": "2026-07-06T11:59:02Z",
"expires_at": "2026-07-07T11:59:02Z",
"request_counts": {
"total": 50,
"pending": 20,
"running": 5,
"completed": 25,
"failed": 0,
"cancelled": 0,
"expired": 0
},
"usage": null
}
],
"has_more": true,
"first_id": "batch_completed001",
"last_id": "batch_processing001"
}