timeweb_list_database_backups
Retrieve all backups for a specific database cluster using its unique ID. Control result count and output format.
Instructions
List all backups for a database cluster
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| db_id | Yes | Database cluster ID | |
| limit | No | Maximum number of results to return (1-100) | |
| format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | |
| offset | No | Number of results to skip for pagination |