rundeck_get_execution_output
Retrieve log output from a Rundeck execution, with optional filtering by node or step context for targeted log inspection.
Instructions
Get log output from an execution. Use node and stepctx params to filter specific logs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Execution ID | |
| node | No | Filter by node name | |
| stepctx | No | Filter by step context (e.g., '1' for first step) | |
| maxlines | No | Max log lines to return (default 500) | |
| offset | No | Log offset for pagination |