db_get_backup_metadata
Get rich metadata for a backup job from the local SQLite database, showing last run date, duration, file counts, quota usage, and last error.
Instructions
Return rich metadata for a backup job from the local SQLite database.
Includes last run date, duration, file counts, quota usage, and last error. More detailed than what the REST API exposes.
Args: backup_id: Numeric ID of the backup job (use list_backups to find IDs).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| backup_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |