Skip to main content
GET
cURL

Path Parameters

UUID
string<uuid>
required

The UUID of the job — this UUID is provided in the response on job creation.

Query Parameters

sharpen
boolean

Get sharpened results from debiasing. Off by default. Will generally return more accurate results if your expected output distribution has peaks.

Response

200 - application/json

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).

{key}
object

Probability distribution for a completed circuit, keyed by bitstring outcome.

Example: