List deployments
Retrieves a list of deployments. Query parameters may be used to filter results to a specific project, state, environment type, date range, and more.
Path parameters
managed_user_id
Embedded customer ID (external ID). The External ID must be URL encoded and prefixed with an E
. For example, EA2300
.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
project_id
A project ID. If provided, only deployments associated with the specified project will be included in the response.
state
The state of the deployments to retrieve. If provided, only deployments with the provided state are included in the response. Must be one of: pending
, success
, or failed
.
environment_type
An environment type. If provided, only deployments associated with the specified environment are included in the response. Must be either test
or prod
.
from
Deployments created after this time are included in the response. The value must be an ISO 8601 timestamp.
to
Deployments created before this time are included in the response. The value must be an ISO 8601 timestamp.
Response
Array of deployment items with review and approval details when enabled
items
Array of deployment details.