Lists deployments for one project in the authenticated organization. If the hosting project has not been created yet, this endpoint returns an empty list with a progress message instead of failing.
curl --request GET \
--url https://api.case.dev/applications/v1/projects/{id}/deployments \
--header 'Authorization: Bearer <token>'API key starting with sk_case_
Project ID
Maximum number of deployments to return
Deployment target to filter by
production, staging Deployment state to filter by
Project deployments retrieved successfully
Was this page helpful?
curl --request GET \
--url https://api.case.dev/applications/v1/projects/{id}/deployments \
--header 'Authorization: Bearer <token>'