Jobs
Get a Job's output
Retrieve a specific job’s results by UUID.
GET
/
jobs
/
{UUID}
/
results
Authorizations
Authorization
string
headerrequiredAPI 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
requiredThe 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
.
Was this page helpful?