Get a Job's output
Retrieve a specific job’s results by UUID.
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.
Query Parameters
Get sharpened results from debiasing. Off by default. Will generally return more accurate results if your expected output distribution has peaks.
Response
Successfully retrieved results for a job.
For multi-circuit jobs, the response is an object keyed by the UUID of
each child circuit. When a child circuit has finished successfully, its
value is the probability distribution for that circuit. When a child
circuit has not yet completed (or did not complete successfully), its
value is an object containing a status field describing the current
state of that child circuit (e.g. submitted, ready, running,
canceled, failed).
Probability distribution for a completed circuit, keyed by bitstring outcome.
- Option 1
- Option 2
{ "0": 0.49, "1": 0.51 }
