Find all deployments
GET/api/management/v1/deployments/deployments
deprecated
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
Returns a filtered collection of deployments in the system, including active and historical. If both 'status' and 'query' are not specified, all devices are listed.
DEPRECATED: since Mon Oct 21 2024 we deprecated the endpoint due to an issue with the "search" query behavior. Please use the v2 /deployments/deployments endpoint instead. In the new endpoint, we replaced search parameter with the "id" and "name" parameters.
Request
Responses
- 200
- 400
- 401
- 500
Successful response.
Response Headers
X-Total-Count
Total number of deployments matching query.
Link
Standard header, we support 'first', 'next', and 'prev'.
Invalid Request.
Unauthorized.
Internal Server Error.