List PBS Tasks
pbs_list_tasksList recent tasks on Proxmox Backup Server with filters for running status, type, and result. View UPID, user, timestamps, and completion status for monitoring.
Instructions
List recent tasks on the PBS node. Returns task UPID, type, user, start/end times, and status.
Args:
limit (number): Max tasks to return (default 30, max 200)
running (boolean): If true, only show currently running tasks
typefilter (string): Filter by task type, e.g. "garbage_collection", "verify", "prune", "sync"
statusfilter (string): Filter by status, e.g. "ok", "error"
Returns: List of tasks with UPID, type, user, timestamps, and completion status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max tasks to return | |
| running | No | Only show running tasks | |
| typefilter | No | Filter by task type (e.g. garbage_collection, verify, prune, sync) | |
| statusfilter | No | Filter by status (ok, error, etc.) |