pbs_tasks_list
List PBS tasks on a node, filtering by running or error status to monitor task progress and failures.
Instructions
READ-ONLY: list PBS tasks on a node. Defaults to 'localhost' (standard single-node PBS name). Returns a list of task dicts; filter running=True for active tasks or errors=True for failed ones. Use this to check on a UPID returned by pbs_gc_start, pbs_verify_start, pbs_datastore_create, or pbs_datastore_delete. Needs PROXIMO_PBS_* config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | No | PBS node name; defaults to 'localhost' (standard single-node PBS name). | localhost |
| limit | No | Maximum number of tasks to return. | |
| errors | No | If True, return only tasks that ended in error. | |
| running | No | If True, return only currently-running tasks. | |
| 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 |