GET
/
jobs
curl "https://api.ionq.co/v0.3/jobs" \
  -H "Authorization: apiKey your-api-key"

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

Query Parameters

id
string[]

If provided, will only return jobs whose UUID matches the list provided.

status
enum<string>

If provided, will only return jobs whose status matches the one provided.

Available options:
submitted,
ready,
running,
canceled,
completed,
failed
limit
integer
default: 25

How many objects to return.

next
string

ID of next batch of resources to load.

Response

200 - application/json
jobs
object[]

A list of jobs.

next
string

ID of next batch of resources to load.