List backup/replication jobs
list_jobsRetrieve all configured Veeam jobs with their IDs and settings. Filter by job name or type to find specific backup, replication, or copy jobs.
Instructions
List all configured jobs (backup, replication, backup copy, agent, etc.) with their IDs and settings. Use nameFilter to narrow by job name and typeFilter to narrow by job type. Job IDs returned here feed every other job tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | No | Pagination offset | |
| limit | No | Max results (default server-side) | |
| nameFilter | No | Case-insensitive substring match on job name | |
| typeFilter | No | Filter by job type, e.g. "Backup", "Replication", "BackupCopy" |