Skip to main content
GET
/
applications
/
v1
/
projects
/
{id}
/
deployments
List project deployments
curl --request GET \
  --url https://api.case.dev/applications/v1/projects/{id}/deployments \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

API key starting with sk_case_

Path Parameters

id
string
required

Project ID

Query Parameters

limit
number
default:20

Maximum number of deployments to return

target
enum<string>

Deployment target to filter by

Available options:
production,
staging
state
string

Deployment state to filter by

Response

Project deployments retrieved successfully