/verify or /verify/batch. Only jobs scoped to the authenticated client are accessible.Authorization: Bearer ********************curl --location '/v1/verify/jobs/' \
--header 'Authorization: Bearer <token>'{
"job_id": 42,
"regulator": "hcpc",
"status": "completed",
"total_workers": 12,
"processed_count": 12,
"success_count": 11,
"failed_count": 1,
"status_changes_found": 2,
"started_at": "2026-04-21T11:05:00+00:00",
"completed_at": "2026-04-21T11:06:34+00:00",
"error_message": null
}