GET
/
backends
curl --request GET \
  --url https://api.ionq.co/v0.3/backends
{
  "backend": "qpu.aria-1",
  "status": "available",
  "average_queue_time": 1181215,
  "last_updated": 1490932820,
  "degraded": true,
  "characterization_url": "/characterizations/617a1f8b-59d4-435d-aa33-695433d7155e"
}

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
backend
string
required

Specifies 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
required

Current wait time on the queue for execution.

last_updated
integer
required

Last 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