v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1439316188.1 KB

Gets a summary of the most recent executions for a pipeline.

post/#X-Amz-Target=CodePipeline_20150709.ListPipelineExecutions

Query parameters

maxResultsstring

Pagination limit

nextTokenstring

Pagination token

Headers

X-Amz-Target'CodePipeline_20150709.ListPipelineExecutions' required

Request body

pipelineNamestring required

The name of the pipeline for which you want to get execution summary information.

maxResultsinteger

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value. Pipeline history is limited to the most recent 12 months, based on pipeline execution start times. Default value is 100.

nextTokenstring

The token that was returned from the previous <code>ListPipelineExecutions</code> call, which can be used to return the next set of pipeline executions in the list.

Response

Success

nextTokenstring

A token that can be used in the next <code>ListPipelineExecutions</code> call. To view all items in the list, continue to call this operation with each subsequent token until no more nextToken values are returned.