Get Jobs
NOTE: If request filters are provided, this endpoint will limit responses to 1 or more specific jobs based on those filters.
This endpoint retrieves all jobs this API key is authorized to view.
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.
If provided, will only return jobs whose status matches the one provided.
submitted
, ready
, running
, canceled
, completed
, failed
How many objects to return.
1 < x < 25
ID of next batch of resources to load.
Response
Response body when requesting all or many jobs.
A list of jobs.
ID of next batch of resources to load.
Was this page helpful?