aws_sfn_get_execution_history
Retrieve the event history of AWS Step Functions executions to analyze steps, errors, inputs, and outputs for debugging and monitoring workflows.
Instructions
Get the event history of a Step Functions execution (steps, errors, inputs/outputs).
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') | |
| execution_arn | Yes | Execution ARN | |
| max_results | No | Maximum events to return (default: 50) | |
| reverse_order | No | Return events in reverse chronological order (default: false) |