Applications Deployments

Get deployment

Returns deployment details for one project in the authenticated organization. Set includeLogs=true to include recent build output in the response.

get/applications/v1/deployments/{id}

Path parameters

idstring required

Deployment ID

Query parameters

projectIdstring required

Project ID used to verify access to the deployment

includeLogsboolean

Whether to include build logs in the response

Response

Deployment retrieved successfully

Changes