Lists recent deployments for one project in the authenticated organization. Use the optional filters to narrow results by target or deployment state.
curl --request GET \
--url https://api.case.dev/applications/v1/deployments \
--header 'Authorization: Bearer <token>'API key starting with sk_case_
Project ID to list deployments for
Maximum number of deployments to return
Deployment target to filter by
production, staging Deployment state to filter by
Deployments retrieved successfully
Was this page helpful?
curl --request GET \
--url https://api.case.dev/applications/v1/deployments \
--header 'Authorization: Bearer <token>'