v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1445247249.8 KB

Gets a list of build IDs, with each build ID representing a single build.

post/#X-Amz-Target=CodeBuild_20161006.ListBuilds

Query parameters

nextTokenstring

Pagination token

Headers

X-Amz-Target'CodeBuild_20161006.ListBuilds' required

Request body

sortOrder'ASCENDING' | 'DESCENDING'
<p>The order to list build IDs. Valid values include:</p> <ul> <li> <p> <code>ASCENDING</code>: List the build IDs in ascending order by build ID.</p> </li> <li> <p> <code>DESCENDING</code>: List the build IDs in descending order by build ID.</p> </li> </ul>
nextTokenstring

During a previous call, if there are more than 100 items in the list, only the first 100 items are returned, along with a unique string called a <i>nextToken</i>. To get the next batch of items in the list, call this operation again, adding the next token to the call. To get all of the items in the list, keep calling this operation with each subsequent next token that is returned, until no more next tokens are returned.

Response

Success

idsNonEmptyString[]

A list of build IDs, with each build ID representing a single build.

nextTokenstring

If there are more than 100 items in the list, only the first 100 items are returned, along with a unique string called a <i>nextToken</i>. To get the next batch of items in the list, call this operation again, adding the next token to the call.