# Get SIC status Get the status of the latest system integrity check. Requires an API key with the instruments:read scope. Endpoint: GET /control/instruments/{serial}/sic 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) - `_500Hz` (number) - `_1KHz` (number) - `_8KHz` (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