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

limit
number
default:20

Maximum number of deployments to return

target
enum<string>

Filter by deployment target

Available options:
production,
staging
state
string

Filter by deployment state

Response

Success