Skip to main content
GET
/
applications
/
v1
/
deployments
/
{id}
/
status
Get deployment status
curl --request GET \
  --url https://api.case.dev/applications/v1/deployments/{id}/status \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

API key starting with sk_case_

Path Parameters

id
string
required

Deployment ID

Response

Success