v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1439316188.1 KB

Gets a summary of all of the pipelines associated with your account.

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

Query parameters

maxResultsstring

Pagination limit

nextTokenstring

Pagination token

Headers

X-Amz-Target'CodePipeline_20150709.ListPipelines' required

Request body

nextTokenstring

An identifier that was returned from the previous list pipelines call. It can be used to return the next set of pipelines in the list.

maxResultsinteger

The maximum number of pipelines to return in a single call. To retrieve the remaining pipelines, make another call with the returned nextToken value. The minimum value you can specify is 1. The maximum accepted value is 1000.

Response

Success

nextTokenstring

If the amount of returned information is significantly large, an identifier is also returned. It can be used in a subsequent list pipelines call to return the next set of pipelines in the list.