Endpoint Reference
Batch Status
Poll the current progress of a specific batch, retrieving percentages and counts for Completed, Processing, and Failed candidates.
GET/v1/batch/status/{batch_id}
Request Parameters
| Name | Type | Description |
|---|---|---|
batch_idRequired | string | The unique Batch identifier returned from the Initialize Batch endpoint. |
Pro Tip
Always handle rate limiting headers in your logic. For best performance, use asynchronous processing for large files.