List releases with pagination
GET/api/management/v1/deployments/deployments/releases/list
deprecated
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
Returns a collection of releases, allows filtering by release name and sorting by name or last modification date.
DEPRECATED: since Sep 24 2023 due to a mismatch in the capitalization of the fields of the response body and lack of support for advanced filters and sorting, we have deprecated this endpoint. Please use the v2 /deployments/releases end-point instead.
Request
Responses
- 200
- 401
- 500
Successful response.
Response Headers
X-Total-Count
Total number of releases matching query.
Link
Standard header, we support 'first', 'next', and 'prev'.
Unauthorized.
Internal Server Error.