# /systems/backups - List backups for the authenticated system **GET /systems/backups** Returns metadata for every backup currently stored under the authenticated system's prefix. Cross-tenant access is impossible — the listing scope is server-derived from the credentials. ## Servers - Collect API server (port 8081): https://collect.your-domain.com/api (Collect API server (port 8081)) ## Authentication methods - Basic auth ## Parameters ## Responses ### 200 Backups listed #### Body: application/json (object) - **code** (integer) - **data** (object) ### 401 Unauthorized - invalid or missing token #### Body: application/json (object) - **code** (integer) - **message** (string) - **data** (object | null) ### 503 Backup storage unavailable. [Powered by Bump.sh](https://bump.sh)