Skip to content

Get deployment by ID

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

Retrieves detailed information about a specific deployment.

id
required
string format: uuid

Deployment UUID

Deployment retrieved successfully

Unauthorized - Invalid or missing authentication

Forbidden — caller lacks required permission

Deployment not found