QPU Status

Check the status of a QPU job and retrieve results when complete. Returns the current status (queued, running, completed, failed) and measurement results.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
job_idstringRequired

Job ID from qpu_submit

Response

Successful Response
successboolean
job_idstring
statusenum
Allowed values:
resultsmap from strings to integers

Errors

422
Unprocessable Entity Error