list_pipeline_executions
Retrieve a list of executions for a specific AWS CodePipeline by providing the pipeline name. Use this tool to monitor and analyze pipeline activity.
Instructions
List executions for a specific pipeline
Input Schema
Name | Required | Description | Default |
---|---|---|---|
pipelineName | Yes | Name of the pipeline |
Input Schema (JSON Schema)
{
"properties": {
"pipelineName": {
"description": "Name of the pipeline",
"type": "string"
}
},
"required": [
"pipelineName"
],
"type": "object"
}