Jobs
Get jobs
List all jobs in your project with optional filtering.
GET
List all jobs in your project with optional filtering by job status (submitted, ready, started, canceled, failed, completed). This provides a paginated overview of your job history including basic metadata and timing information for each job.
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
Available options:
submitted
, ready
, started
, canceled
, failed
, completed
Response
200 - application/json
Successfully retrieved a list of jobs.
The response is of type object
.