Skip to main content

Job & Batch Status

Get job status

GET /api/v1/jobs/{job_id}

curl https://policynumbers.com/api/v1/jobs/3fa85f64-... \
-H "Authorization: Bearer pk_live_xxxxxxxxxxxx"
statusMeaning
pendingQueued or running
completeFinished — result fields populated
failedProcessing error

Get batch status

GET /api/v1/batches/{batch_id}

curl https://policynumbers.com/api/v1/batches/b1234567-... \
-H "Authorization: Bearer pk_live_xxxxxxxxxxxx"

Returns the batch with per-policy results when complete.