{
"object": "list",
"data": [
{
"id": "batch_abc123",
"object": "batch",
"endpoint": "/v1/chat/completions",
"status": "completed",
"input_file_id": "file-abc123",
"output_file_id": "file-xyz789",
"created_at": 1699123456,
"completed_at": 1699130000,
"request_counts": {
"total": 100,
"completed": 98,
"failed": 2
}
},
{
"id": "batch_def456",
"object": "batch",
"endpoint": "/v1/embeddings",
"status": "in_progress",
"input_file_id": "file-def456",
"output_file_id": null,
"created_at": 1699140000,
"request_counts": {
"total": 500,
"completed": 250,
"failed": 0
}
}
],
"first_id": "batch_abc123",
"last_id": "batch_def456",
"has_more": true
}