API referenceJobs
Retrieve a job
Not available yet
This operation is described here and is not served. A call to it returns 404.
No worker consumes the queue, and the jobs table records neither the type nor the company, so a job could neither run nor describe itself back to you.
Poll no more than once every 10 seconds. Jobs belong to the account that created
them; any other job id returns 404.
Free.
Authorization
bearerAuth AuthorizationBearer <token>
Your API key, sent as Authorization: Bearer rc_live_….
In: header
Path Parameters
job_id*string
The job's id.
Format
uuidResponse Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X GET "https://example.com/jobs/497f6eca-6276-4993-bfeb-53cbbbba6f08"{ "id": "e1f2a3b4-c5d6-4e7f-8a9b-0c1d2e3f4a5b", "object": "job", "type": "refresh_documents", "status": "succeeded", "company_id": "3f1c2a9e-5b7d-4c8a-9e21-6d4f0b8a1c55", "created_at": "2026-09-16T09:00:00Z", "completed_at": "2026-09-16T09:02:41Z", "failure": null}