task_log
Fetch log lines of a Proxmox async task by its UPID. Returns paginated lines with limit and truncation flag.
Instructions
[READ] Fetch the log lines of an async task by its UPID.
Returns {"lines": [...], "returned": N, "limit": L, "truncated": bool}. When truncated is true there are more lines than were returned — raise limit or narrow the query rather than assuming you have the whole log.
Args: upid: The task UPID. limit: Max log lines to return. target: Proxmox target name from config. node: Node the task runs on; omit to parse it from the UPID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | No | ||
| upid | Yes | ||
| limit | No | ||
| target | No |