v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1437198164.5 KB

Returns a list of all deployments of a specific application. A deployment is a combination of a specific application and a specific version of that application. Each deployment is mapped to a particular application version.

get/applications/{applicationId}/deployments

Path parameters

applicationIdstring required

The application identifier.

Query parameters

maxResultsinteger

The maximum number of objects to return.

nextTokenstring

A pagination token returned from a previous call to this operation. This specifies the next item to return. To return to the beginning of the list, exclude this parameter.

Response

Success

nextTokenstring

If there are more items to return, this contains a token that is passed to a subsequent call to this operation to retrieve the next set of items.