v1
latestOpenAPI 3.0.32026-07-26134195287.9 KBBatch
Get Helix Batch Job Status
Returns status of Helix batch job.
get/v2/batch/jobs/{job_id}
Path parameters
job_idstring required
Response
OK
Example response
{
"completed_at": "2025-12-05T10:05:00Z",
"created_at": "2025-12-05T10:00:00Z",
"failed_items": 3,
"failure_file_url": "https://s3.amazonaws.com/bucket/batch/failures/550e8400.json?signature=...",
"job_id": "550e8400-e29b-41d4-a716-446655440000",
"processed_items": 100,
"progress_percent": 100,
"status": "completed",
"successful_items": 97,
"total_items": 100
}