backup_job_list
List VM backup job details including id, name, and mode. Use the optional limit parameter to control the number of returned jobs, with truncation status provided.
Instructions
[READ] List VM backup jobs (id, name, mode).
Returns {"jobs": [...], "returned": N, "limit": L, "truncated": bool}.
When truncated is true there are more jobs than were returned.
Args:
limit: Max jobs to return (default 200).
target: Xen Orchestra target name from config; omit for the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| target | No |