Skip to main content
Version: Hosted

List all the deployments matching the specified filter parameters

GET 

/api/management/v2/deployments/deployments

Returns a filtered collection of deployments in the system. While you can provide multiple deployment identifiers, and multiple names to get the multiple deployments you cannot mix the ids and names in a one query expecting to get deployments that match both names or ids. The endpoint will return the deployments that match the ids and the name, if combined.

Request

Responses

Successful response.

Response Headers
    X-Total-Count

    Total number of deployments matching query.

    Link

    Standard header, we support 'first', 'next', and 'prev'.