Skip to main content

Compute Task API

Version: 0.0.2

Retrieve the results of a specific job

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

Gets the results 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 either the results or an error object, depending on the status of the job. If the job is ongoing, the response includes links to the job's cancellation endpoint and detailed status endpoint.

Request

Path parameters

The organization identifier

The compute topic

The compute task

The job identifier

Responses

200

The response for a completed job, which includes the job's status and may also contain either results or an error object, depending on the status of the job.

additionalPropertiesstring
statusinteger
typestring
titlestring
detailstring
namestring
reasonstring
statusuri

202

The response for an ongoing job, which includes the job's status and a links to the job's cancellation endpoint and detailed status endpoint.

canceluri
statusuri

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