rundeck_list_jobs
List jobs in a Rundeck project, applying filters for group path, job name, tags, or scheduled status to locate specific jobs.
Instructions
List jobs in a project with optional filtering by group, name, or tags
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | Project name | |
| groupPath | No | Filter by group path (e.g., 'admin/utils') | |
| jobFilter | No | Filter by job name (substring match) | |
| tags | No | Filter by tags (comma-separated) | |
| scheduledFilter | No | Filter by scheduled status | |
| max | No | Max results (default 20) | |
| offset | No | Pagination offset |