---
title: "Get Application Autoscaling"
method: GET
path: "/apps/{appId}/autoscaling"
tags: ["AutoscalingSettings"]
---

# Get Application Autoscaling

`GET /apps/{appId}/autoscaling`

Retrieves the current autoscaling settings for an application, including minimum and maximum replica counts.

## Path parameters

- `appId` string, required

## Response `200`

Autoscaling settings retrieved successfully.

- AutoscalingSettings
  - `min` integer, required
  - `max` integer, required

## Other responses

- `401` — User is unauthorized.
- `404` — Application not found.
- `500` — Unexpected server error.

---

[API](https://skmtc.net/bunny/apis/bunny-net-cdn-logging.md) · [All operations](https://skmtc.net/bunny/apis/bunny-net-cdn-logging/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bunny/bunny-net-cdn-logging/revisions/9e622620664b/schema)
