# System health data Endpoints for retrieving historic system health data ## Fetch calibration records - [GET /data/calibrations](https://mycirrus.redocly.app/apis/mycirrus-main/system-health-data/getcalibrations.md): Get calibration results for the selected instruments and time range. The maximum date range per request is 1 year. If you request a longer range, the server will respond with an error. Requires an API key with the data.system:read scope. ## Fetch calibration log items - [GET /data/calibrations/log](https://mycirrus.redocly.app/apis/mycirrus-main/system-health-data/getcalibrationslog.md): Get calibration log records for the selected instruments and time range. The maximum date range per request is 1 year. If you request a longer range, the server will respond with an error. Requires an API key with the data.system:read scope. ## Fetch SIC results - [GET /data/sic](https://mycirrus.redocly.app/apis/mycirrus-main/system-health-data/getsicresults.md): Get System Integrity Check (SIC) results for the selected instruments and time range. The maximum date range per request is 1 year. If you request a longer range, the server will respond with an error. Requires an API key with the data.system:read scope. ## Fetch system monitor statistics - [GET /data/monitor/stats](https://mycirrus.redocly.app/apis/mycirrus-main/system-health-data/getmonitorstats.md): Get system monitor stats for the selected instruments and time range. Only supported by Quantum noise monitors. The maximum date range per request is 31 days. If you request a longer range, the server will respond with an error. Requires an API key with the data.system:read scope. ## Fetch system monitor events - [GET /data/monitor/events](https://mycirrus.redocly.app/apis/mycirrus-main/system-health-data/getmonitorevents.md): Get system monitor events for the selected instruments and time range. Only supported by Quantum noise monitors. The maximum date range per request is 31 days. If you request a longer range, the server will respond with an error. Requires an API key with the data.system:read scope. ## Get current system monitor stats - [GET /data/monitor/current](https://mycirrus.redocly.app/apis/mycirrus-main/system-health-data/getmonitorcurrentstatus.md): Get the current system monitor stats and uptime for the selected instruments. Only supported by Quantum noise monitors. Requires an API key with the data.system:read scope.