Skip to main content

Compute Task API

Version: 0.0.2

Retrieve the status of a specific job

GET
/compute/orgs/{org_id}/{topic}/{task}/{job_id}/status

Gets 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

Path parameters

The organization identifier

The compute topic

The compute task

The job identifier

Responses

200

200 response

progressinteger
messagestring
statusinteger
typestring
titlestring
detailstring
namestring
reasonstring
resultsuri
canceluri

202

202 response

progressinteger
messagestring
statusinteger
typestring
titlestring
detailstring
namestring
reasonstring
resultsuri
canceluri

401

Unauthorized

statusinteger
typestring
titlestring
detailstring
namestring
reasonstring

404

The specified resource was not found

statusinteger
typestring
titlestring
detailstring
namestring
reasonstring

429

API gateway rate limit exceeded

statusinteger
typestring
titlestring
detailstring
namestring
reasonstring

© Seequent, The Bentley Subsurface Company