v3

OpenAPI 3.1.0MIT2026-07-31192456807.8 KB
Deployments

Get the list of deployments

Get a list of all deployments in your project

get/deployments

Response

List of deployments

object'list'

The object type, which is always list.

Example response

{
  "data": [
    {
      "autoscaling": {
        "metric": "HTTPTotalRequests",
        "target": 100,
        "time_interval_minutes": 10
      }
    }
  ]
}