Compute Task API
Version: 0.0.2
Retrieve the status of a specific job
GET
/compute/orgs/{org_id}/{topic}/{task}/{job_id}/statusGets the status of a specific job, identified by the organization ID, topic, task, and job ID. The job's status is returned in the response, along with a progress indicator, a message, and an error object, if applicable. If the job is ongoing, the response includes links to the job's cancellation endpoint.
Request
Responses
200
200 response
Response schema
statusstring
All of:
JobStatusEnumstring
progressinteger
messagestring
errorErrorResponse
Optional
statusinteger
typestring
titlestring
detailstring
invalid-paramsobject[]
namestring
reasonstring
linksCompletedJobLinks | OngoingJobLinks
One of:
CompletedJobLinksobject
resultsuri
OngoingJobLinksobject
canceluri
202
202 response
Response schema
statusstring
All of:
JobStatusEnumstring
progressinteger
messagestring
errorErrorResponse
Optional
statusinteger
typestring
titlestring
detailstring
invalid-paramsobject[]
namestring
reasonstring
linksCompletedJobLinks | OngoingJobLinks
One of:
CompletedJobLinksobject
resultsuri
OngoingJobLinksobject
canceluri
401
Unauthorized
Response schema
statusinteger
typestring
titlestring
detailstring
invalid-paramsobject[]
namestring
reasonstring
404
The specified resource was not found
Response schema
statusinteger
typestring
titlestring
detailstring
invalid-paramsobject[]
namestring
reasonstring
429
API gateway rate limit exceeded
Response schema
statusinteger
typestring
titlestring
detailstring
invalid-paramsobject[]
namestring
reasonstring