v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1439316188.1 KB

Lists the action executions that have occurred in a pipeline.

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

Query parameters

maxResultsstring

Pagination limit

nextTokenstring

Pagination token

Headers

X-Amz-Target'CodePipeline_20150709.ListActionExecutions' required

Request body

pipelineNamestring required

The name of the pipeline for which you want to list action execution history.

maxResultsinteger
<p>The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value. Action execution history is retained for up to 12 months, based on action execution start times. Default value is 100. </p> <note> <p>Detailed execution history is available for executions run on or after February 21, 2019.</p> </note>
nextTokenstring

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

Response

Success

nextTokenstring

If the amount of returned information is significantly large, an identifier is also returned and can be used in a subsequent <code>ListActionExecutions</code> call to return the next set of action executions in the list.