Returns deployment details for one project in the authenticated organization. Set includeLogs=true to include recent build output in the response.
curl --request GET \
--url https://api.case.dev/applications/v1/deployments/{id} \
--header 'Authorization: Bearer <token>'API key starting with sk_case_
Deployment ID
Project ID used to verify access to the deployment
Whether to include build logs in the response
Deployment retrieved successfully
Was this page helpful?
curl --request GET \
--url https://api.case.dev/applications/v1/deployments/{id} \
--header 'Authorization: Bearer <token>'