pbs_admin_sync_jobs_list
List all sync jobs for a Proxmox Backup Server datastore, optionally filtered by store and direction.
Instructions
READ-ONLY: job-level view of sync jobs. REVIEWED_TRUSTED. Use pbs_job_run(job_type='sync', ...) to trigger one manually. Needs PROXIMO_PBS_* config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| store | No | Filter to one PBS datastore's sync jobs. Omit to list all. | |
| 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. | |
| sync_direction | No | Filter by direction: 'push', 'pull', or 'all'. PBS defaults 'pull' if omitted. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |