rundeck_list_executions
List executions from a Rundeck project, applying filters for status, job ID, and time range to find specific runs.
Instructions
Query executions for a project with filters for status, job, and time range
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | Project name | |
| status | No | Filter by execution status | |
| jobIdFilter | No | Filter by job UUID | |
| max | No | Max results (default 20) | |
| offset | No | Pagination offset | |
| recentFilter | No | Time window filter (e.g., '1h', '1d', '7d') |