Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Filter results by application name.
Limit the number of deployments to return.
Required range:
1 <= x <= 100
Offset the number of deployments to return.
Required range:
x >= 0
Response
List of deployments.
The response is of type object[]
.