Find all deployments
GET/api/management/v1/deployments/deployments
x-deprecated-description: "_since Mon Oct 21 2024_ we deprecated the endpoint due to an issue with the \"search\" query\nbehavior. Please use the v2 /deployments/deployments endpoint instead.\nIn the new endpoint, we replaced search parameter with the \"id\" and \"name\" parameters.\n"
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.
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.
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.