Checking...
3.1.0
Eval CV Docs
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

NameTypeDescription
batch_idRequired
stringThe 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.

curl -X GET https://api.evalcv.com/v1/batch/status/YOUR_BATCH_ID   -H "x-api-key: YOUR_API_KEY"