Get Job Status
Get Job Status
Poll the status and result of an async job created by an async-capable endpoint. Returns the job envelope; data is populated once status is completed, error once it is failed. Jobs are org-scoped — another org’s job reads as 404.
GET
Get Job Status
Authorizations
Use Authorization: Bearer YOUR_API_KEY
Path Parameters
Job id returned as job.id / X-Job-Id when the job was created.
Response
Job envelope (pending, completed, or failed).
Returned by async-capable endpoints (202) and by GET /jobs/{id}. data holds the endpoint's normal result once status is completed; error is populated once status is failed.