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

Authorizations

Authorization
string
header
required

API key starting with sk_case_

Query Parameters

projectId
string
required

Project ID to list deployments for

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

Deployments retrieved successfully