List deployments for a specific project
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
Filter by deployment target
production, staging Filter by deployment state
Success
Was this page helpful?
curl --request GET \
--url https://api.case.dev/applications/v1/projects/{id}/deployments \
--header 'Authorization: Bearer <token>'