deployments
List project deployments
List all deployments for a project
get/v1/projects/{projectId}/deployments
Path parameters
projectIdstring required
The ID of the project
Query parameters
statusstring[]
Filter by one or more statuses
environmentIdstring
Filter by environment ID
Response
The list of deployments
Changes
Changed in 2 of the 6 revisions of this API.2
- ○
added the non-success response with the status
400response-non-success-status-added
- ○
- ○
endpoint added
endpoint-added
- ○