backup_log_list
Retrieve recent backup run logs with status and error messages, detecting truncation to request more records.
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 |