liara_list_backups
Retrieve and manage database backup records by specifying the database name and optional pagination parameters to view available restoration points.
Instructions
List backups for a database
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| databaseName | Yes | The name of the database | |
| page | No | Page number (1-based) | |
| perPage | No | Number of items per page | |
| limit | No | Alternative to perPage: maximum number of items to return | |
| offset | No | Alternative to page: number of items to skip |