pve_task_status
Check the status of a Proxmox VE task using its UPID. Returns status, exit status, and log tail on failure.
Instructions
Status of a single task; attaches the log tail when it failed.
Applies to: any PVE task, identified by its ``upid``. ``node`` is optional
and, when omitted, is parsed from the UPID.
Returns a JSON object with ``status`` (``running``/``stopped``),
``exitstatus`` (``OK`` or the error), ``type``, ``id``, ``user`` and
``starttime`` (+human). On failure, a ``log_tail`` array of the last log
lines is included. Source: GET .../tasks/{upid}/status (+ .../log).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | No | ||
| upid | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |