aws_sfn_list_executions
List and filter executions for AWS Step Functions state machines to monitor workflow status and troubleshoot issues.
Instructions
List executions for a Step Functions state machine.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile | No | AWS profile name from ~/.aws/config (e.g., 'default', 'production') | |
| region | No | AWS region override (e.g., 'us-east-1', 'sa-east-1') | |
| state_machine_arn | Yes | State machine ARN | |
| status_filter | No | Filter by execution status | |
| max_results | No | Maximum executions to return (default: 20) |