List Deployments
List Deployments in an Organization.
Path parameters
The ID of the Organization to list Deployments for.
Headers
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
A list of IDs for Deployments to show. The API returns details only for the specified Deployments.
deploymentIds
. For example, deployments?deploymentIds=deploymentId1&deploymentIds=deploymentId2
A list of names for Deployments to filter by. The API returns details only for the specified Deployments.
A list of IDs for Workspaces to filter on. The API returns details for all Deployments belonging only to the specified Workspaces.
The number of results to skip before returning values.
The maximum number of results to return.
A list of field names to sort by, and whether to show results as ascending or descending. Formatted as <fieldName>:asc
or <fieldName>:desc
.
Response
OK
A list of Deployments in the current page.
The maximum number of Deployments in one page.
The offset of the current page of Deployments.
The total number of Deployments.