Get Active Deployment
GET /apps/{app_id}/deployments/active
GET
/apps/{app_id}/deployments/active
What is serving traffic right now, or null.
null rather than 404 when nothing is deployed: “this app has never shipped” is an answer, and a 404 would read as “no such app”.
Authorizations
Parameters
Path Parameters
app_id
required
string
Header Parameters
Responses
200
Successful Response
object
data
required
Any of:
object
app_id
required
string
deployment_id
required
string
status
required
string
null
pagination
Any of:
null
422
Validation Error
object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string