backup_log_list
List recent backup run logs with status and failure details. Detects when logs are truncated so you can increase the limit to see older entries.
Instructions
[READ] Recent backup run logs: status + failed-task messages.
Returns {"logs": [...], "returned": N, "limit": L, "truncated": bool}.
Truncation is measured (one extra record is requested), so a true value
means there really are older runs — re-run with a higher limit.
Args:
limit: Max recent log entries to return (default 50).
target: Xen Orchestra target name from config; omit for the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| target | No |