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
Query Parameters
If provided, will only return jobs whose UUID matches the list provided.
UUID of a job
If provided, will only return jobs whose status matches the one provided.
submitted
, ready
, running
, canceled
, completed
, failed
"completed"
How many objects to return.
1 <= x <= 25
ID of next batch of resources to load.
Response
Successfully retrieved a list of jobs.
Response body when requesting all or many jobs.