List all jobs in your project with optional filtering.
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.
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
submitted
, ready
, started
, canceled
, failed
, completed
Successfully retrieved a list of jobs.
The response is of type object
.
List all jobs in your project with optional filtering.
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.
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
submitted
, ready
, started
, canceled
, failed
, completed
Successfully retrieved a list of jobs.
The response is of type object
.