Added
BackupRadar API – Client Backup Health & Device Monitoring
June 16th, 2026
Summary
We're excited to announce the first public release of the BackupRadar API, giving developers programmatic access to backup health and device data through the ScalePad platform.
This release introduces read endpoints for client backup health (across all clients and for a single client) and backup devices, each returning per-day SLA/compliance history for a configurable window. Responses are cursor-paginated and support filtering and sorting where applicable.
All endpoints are served through the unified ScalePad gateway under the **/backup-radar/** path prefix and are available in both the US and EU (GDPR data residency) regions.
Changes
Health
- GET
/backup-radar/v3/clients/health- N/A → Available
- Type: addition
- Notes: Returns a cursor-paginated list of clients and their backup health, including per-day compliance counts for the requested history window. Supports
filter[client.name],sort,page_size, andhistory_days.
- GET
/backup-radar/v3/clients/{id}/health- N/A → Available
- Type: addition
- Notes: Returns backup health for a single client identified by its ScalePad client ID, with per-day history for the requested window via
history_days.
Devices
- GET
/backup-radar/v3/clients/devices- N/A → Available
- Type: addition
- Notes: Returns a cursor-paginated list of backup devices, each including its last result and per-day SLA history. Devices are returned whether their Backup Radar company is mapped to a ScalePad company; ScalePad-specific fields are null when unmapped. Supports
page_sizeandhistory_days.
Dates
- Effective: 2026-06-15
