cURL
curl --request GET \ --url https://api.everbility.com/v1/public/jobs/{job_id} \ --header 'Authorization: Bearer <token>'
{ "job_id": "<string>", "task_type": "<string>", "status": "<string>", "progress": 123, "start_timestamp": "<string>", "end_timestamp": "<string>", "error": {}, "result": {} }
Check the status of a PDF-processing or large-audio transcription job.
Use a Clerk-backed Everbility user or organisation API key directly as the bearer token.
Successful Response
Show child attributes