Backends
Get Backends
Retrieve a list of all available backends.
GET
/
backends
Query Parameters
status
enum<string>
What the system is currently doing. Note that regardless of system status, you can always submit jobs for execution.
running
The system is running jobs.reserved
The system is reserved by a single customer. It will resume regular execution after the reservation is complete.calibrating
The system is currently calibrating and will resume regular execution when calibration is complete.offline
The system is currently offline and not processing jobs.
Please refer to https://status.ionq.co/ for more information.
Available options:
verbose
Response
200 - application/json
A list of backends you can target your program to run on.
backend
string
requiredSpecifies target hardware and generation where applies.
status
required
Current availability.
Please refer to https://status.ionq.co/ for more information.
Available options:
available
, unavailable
average_queue_time
number
requiredCurrent wait time on the queue for execution.
last_updated
integer
requiredLast time the backend status was updated.
degraded
boolean
The system is in a degraded state and may be processing jobs slower than usual.
Only applies to systems in running
, reserved
, or calibrating
status.
characterization_url
string
Current characterization for this backend
Was this page helpful?