search_executions
Search pipeline executions for a specific Spinnaker application, with optional filters by status, trigger type, time range, or event ID.
Instructions
Search pipeline executions for an application with optional filters
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| application | Yes | Application name as registered in Spinnaker | |
| end_time | No | Filter executions started before this time (ISO 8601) | |
| event_id | No | Filter by event ID | |
| start_time | No | Filter executions started after this time (ISO 8601) | |
| statuses | No | Comma-separated execution statuses to filter by (e.g. RUNNING,SUCCEEDED,TERMINAL) | |
| trigger_type | No | Filter by trigger type (e.g. manual, webhook, cron) |