v1
latestOpenAPI 3.0.02026-07-2628145109.6 KBbackends
Get Backends
This endpoint retrieves all backends.
get/backends
Response
Successfully retrieved backend.
Example response
[
{
"average_queue_time": 1181215,
"backend": "qpu.aria-1",
"characterization_id": "617a1f8b-59d4-435d-aa33-695433d7155e",
"kw": 4902.81,
"last_updated": "2025-06-16T00:00:00Z",
"location": "College Park, MD, USA",
"qubits": 25,
"supported_error_mitigations": [
"debiasing"
],
"supported_gates": [
"x",
"y",
"z",
"h",
"s",
"si",
"t",
"ti",
"v",
"vi",
"rx",
"ry",
"rz",
"cnot",
"swap",
"xx",
"yy",
"zz",
"not"
],
"supported_native_gates": [
"gpi",
"gpi2",
"ms"
]
}
]