List running containers for an app
GET /apps/{slug}/services
GET
/apps/{slug}/services
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” slug
required
string
App slug (lowercase, dash-separated).
Responses
Section titled “ Responses ”Service status.
Array<object>
Aggregated status for one compose service across all replicas.
object
service
string
state
Worst-case state across replicas (running, restarting, stopped, …).
string
Example
running health
string
Example
healthy replicas
Number of running containers for this service.
integer
scalable
Whether the service is eligible for replica scaling.
boolean
scale_reason
When scalable is false, explains why (e.g. ‘stateful image (postgres)’).
string