v1

latestOpenAPI 3.0.02026-07-2628145109.6 KB
characterizations

Get a Characterization

This endpoint retrieves a characterization.

get/characterizations/{UUID}

Path parameters

UUIDstring uuid required

A UUID identifying a specific resource

Response

Successfully retrieved current characterization

backendstring

The backend calibrated hardware: simulator, qpu.aria-1, qpu.aria-2, qpu.forte-1, qpu.forte-enterprise-1

datestring

Date time of the measurement, in ISO format.

idstring uuid

UUID of the characterization.

qubitsinteger

The number of qubits available.

Example response

{
  "connectivity": [
    [
      0,
      1
    ],
    [
      0,
      2
    ],
    [
      10,
      9
    ]
  ],
  "date": "2025-06-16T00:00:00Z",
  "fidelity": {
    "spam": {
      "median": 0.9962
    }
  },
  "qubits": 25,
  "timing": {
    "t1": 10,
    "t2": 1
  }
}