# Get calibration status Get the status of the latest calibration. Requires an API key with the instruments:read scope. Endpoint: GET /control/instruments/{serial}/calibration Version: 1.0.1 Security: apikey ## Path parameters: - `serial` (string, required) Serial number of the selected instrument Example: "QT123456" ## Response 200 fields (application/json): - `time` (string) - `status` (string) - `level` (number) - `offset` (number) ## Response 401 fields (application/json): - `error` (string) Error code - `description` (string) Description of the error ## Response 403 fields (application/json): - `error` (string) Error code - `description` (string) Description of the error ## Response 404 fields (application/json): - `error` (string) Error code - `description` (string) Description of the error ## Response 429 fields (application/json): - `error` (string) Error code - `description` (string) Description of the error