Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
根据 ID 获取 Batch 详情。
GET /api/v1/forward/batches/{batch_id}
Bearer <PAT>
curl -s -X GET 'https://api.qoder.com/api/v1/forward/batches/batch_completed001' \ -H "Authorization: Bearer $QODER_PAT"
{ "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 }
batch_
batch
null
failed
not_found_error
batch_not_found
authentication_error
authentication_required
404 batch_not_found
completed
cancelled
expired