GET
/
jobs
/
{UUID}
/
results
curl --request GET \
  --url https://api.ionq.co/v0.3/jobs/{UUID}/results \
  --header 'Authorization: <api-key>'
{
  "a06df3f3-4a34-4dc2-8d4f-c0853bc49e73": {
    "0": 0.49,
    "1": 0.51
  },
  "09d698b6-18a4-4e43-8217-e7f31c097e79": {
    "0": 0.49,
    "1": 0.51
  }
}

Authorizations

Authorization
string
headerrequired

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

UUID
string
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

The response is of type object.