Get job
Retrieve detailed information about a specific job.
Authorizations
API keys are associated with a user and can be created on the IonQ Quantum Cloud application. To authenticate, prefix your API Key with apiKey and place it in the Authorization request header. Ex: Authorization: apiKey your-api-key
Path Parameters
The UUID of the job — this UUID is provided in the response on job creation.
Response
Successfully retrieved a job.
- Single Circuit
- Multi Circuit
- QAOA Function
- Quantum Function
Discriminated union over the four job-type families. Tabs in the docs are
grouped by these families (matching the JobCreationPayload grouping on the
Create Job endpoint).
submitted, ready, started, canceled, failed, completed ionq.circuit.v1, ionq.qir.v1, qctrl.qaoa-circuit.v1 The id of the user who submitted the job.
How long the job actually took to run on the QPU. Null if the job hasn't run yet.
Job-type-specific execution statistics. The concrete shape is determined by the job type (see the per-job-type tabs above).
Result artifacts produced by the circuit, keyed by format identifier. Each entry is an ArtifactDescriptor — pass its id to the artifact endpoint to download the payload. See Results formats for the catalog of valid identifiers and their payload schemas.
shots are not included with ideal simulator backend.
Only present in the response when backend is simulator.
The billing model used for this job.
QCT, 2QGE_operations 
