pmg_tasks_list
Retrieve a paginated list of tasks from a PMG node. Filter by status, user, type, errors, or time range to find specific task entries.
Instructions
List PMG tasks on a node (read). Needs PROXIMO_PMG_* config.
PMG 9.1 live-verified path via pmgsh ls: GET /nodes/{node}/tasks. start: pagination offset; limit: max entries. errors: True = only failed tasks; userfilter/typefilter/statusfilter: text filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | No | ||
| limit | No | ||
| since | No | ||
| start | No | ||
| until | No | ||
| errors | No | ||
| typefilter | No | ||
| userfilter | No | ||
| statusfilter | No | ||
| proximo_target | No | Which configured Proxmox target to run this call against — a target name from your multi-target config (a specific PVE/PBS/PMG/PDM box). Omit to use the single/default target from the environment; the selection applies only to this call. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |