List Backup Configurations
list_backup_configsList database backup configurations on a server, including schedule, retention, and destinations. Verify backup coverage without accessing backup instances.
Instructions
Database backup configurations on a server — schedule, retention, destination and which databases are covered. Answers "is this server actually being backed up?". Listing individual backup INSTANCES needs the server:create-backups scope, which also grants restore, so it is not exposed here.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Comma-separated fields to sort by; prefix with "-" to reverse (e.g. "-created_at"). | |
| cursor | No | Pagination cursor from a previous response's meta.next_cursor. | |
| filter | No | Field filters, e.g. {"name": "acme-web"}. Supported fields vary by endpoint. | |
| server | Yes | Server id from list_servers. | |
| include | No | Comma-separated relationships to embed (e.g. "tags,latestDeployment"). | |
| page_size | No | Items per page (Forge default 30). | |
| organization | No | Organisation slug. Optional when the server has a default configured. |