Get All Devices
Retrieve a list of quantum devices available to the authenticated user.
Query Parameters:
- qrn (string, optional): Filter by device QRN
- vendor (string, optional): Filter by vendor
- providerId (string, optional): Filter by provider ID
- deviceType (string, optional): Filter by device type (
QPUorSIMULATOR) - status (string, optional): Filter by operational status
- retired (boolean, optional): Include or exclude retired devices
- private (boolean, optional): Filter by visibility (
true= private,false= public) - verified (boolean, optional): Filter by verification status
- directAccess (boolean, optional): Filter by direct access availability
- search (string, optional): Search by name, description, or about (1–255 characters)
- sortBy (string, optional): Field to sort by
- sortOrder (string, optional): Sort direction (
ascordesc) - page (integer, optional): Page number (default: 1)
- limit (integer, optional): Items per page, max 100 (default: 20)
Returns:
- Array of RuntimeDevice objects containing device specifications and pricing information
Raises:
- 401: Authentication required
- 422: Validation error if query parameters are invalid
Documentation Index
Fetch the complete documentation index at: https://docs.qbraid.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Authenticate requests using an API key linked to your qBraid account. Obtain your key by registering or logging in at account.qbraid.com.
Query Parameters
Filter devices by QRN Device QRN (qBraid Resource Name)
Filter devices by vendor
aws, azure, ibm, ionq, qbraid Filter devices by provider ID Provider ID to filter by
Filter devices by hardware type Filter by hardware type
QPU, SIMULATOR Filter devices by operational status Filter by operational status
ONLINE, OFFLINE, RETIRED, UNAVAILABLE Include (true) or exclude (false) retired devices
Include or exclude retired devices
Filter by visibility — true for private, false for public
Filter by device visibility
Filter by device verification status
Filter devices by direct access availability Filter by direct access availability
Search devices by name, description, or about (1–255 characters) Search keyword
1 - 255Field to sort devices by Field to sort by
name, vendor, deviceType, status, numberQubits, createdAt, updatedAt Sort order direction
asc, desc Page number (1-indexed, default: 1) Page number (1-indexed)
x >= 1Number of items per page
1 <= x <= 100