pbs_jobs_list
List all PBS scheduled jobs by type (sync, verify, or prune). Returns each job with its configuration; raises an error on invalid type.
Instructions
READ-ONLY: list all PBS scheduled jobs of the given type. job_type = sync|verify|prune. Returns all jobs with their configs; raises on invalid job_type. Use pbs_job_create, pbs_job_update, or pbs_job_delete to manage one. Needs PROXIMO_PBS_* config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_type | Yes | Scheduled-job type to list: 'sync', 'verify', or 'prune'. | |
| 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 |