task_list
List Xen Orchestra tasks with optional status filters and configurable limits to prevent truncated output.
Instructions
[READ] List XO tasks, optionally filtered by status.
Returns {"tasks": [...], "returned": N, "limit": L, "truncated": bool}.
When truncated is true the task feed had more entries than were returned —
re-run with a higher limit or a narrower status filter.
Args:
status: Optional filter: pending / success / failure.
limit: Max tasks to return after filtering (default 200).
target: Xen Orchestra target name from config; omit for the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| status | No | ||
| target | No |