aws_codepipeline_list_pipeline_executions
Retrieve recent AWS CodePipeline execution history and status for monitoring deployment workflows and troubleshooting pipeline issues.
Instructions
List recent executions of a CodePipeline with their status.
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') | |
| pipeline_name | Yes | Pipeline name | |
| max_results | No | Maximum executions to return (default: 10) |