Compute Task API
Retrieve the results of a specific job
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
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.
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.
401
Unauthorized
404
The specified resource was not found
429
API gateway rate limit exceeded