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 used to verify access to the deployment

includeLogs
boolean
default:false

Whether to include build logs in the response

Response

Deployment retrieved successfully