Skip to content

Get rollout status

GET
/api/v1/deployments/{id}/rollout-status
curl --request GET \
--url http://localhost:3000/api/v1/deployments/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/rollout-status \
--header 'X-API-Key: <X-API-Key>'

Retrieves the current rollout phase, batch progress and per-status instance counts.

id
required
string format: uuid

Deployment UUID

Rollout status retrieved successfully

Forbidden — caller lacks required permission

Deployment not found