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

Authorizations

Authorization
string
header
required

API key starting with sk_case_

Path Parameters

id
string
required

Deployment ID

Query Parameters

projectId
string
required

Project ID (for authorization)

includeLogs
boolean
default:false

Include build logs

Response

Success