latestOpenAPI 3.0.02026-08-10221235717.8 KB
e21ad140ec3c
public
Deployment
List Deployments in an Environment.
List all of the Deployments that have been carried out in the current Environment. Deployments are returned with the newest first.
get/orgs/{orgId}/apps/{appId}/envs/{envId}/deploys
Path parameters
orgIdstring required
The Organization ID.
appIdstring required
The Application ID.
envIdstring required
The Environment ID.
Query parameters
pipelineRunIdstring
An optional filter by the Pipeline and Pipeline Run ID separated by a comma.
Response
A possibly empty list of Deployments.
Example response
[
{
"comment": "Updated version of module-one to v0.3.1",
"created_at": "2020-05-22T14:58:07Z",
"created_by": "a.user@example.com",
"delta_id": "df1ad41807b0390a9b0eaf8688e1f5baece9d764",
"env_id": "my-env",
"from_id": "42d4b302fd3c",
"id": "67f1619a57d",
"status": "in progress",
"status_changed_at": "2020-05-22T14:59:01Z"
}
]