---
title: "Get User Limits"
method: GET
path: "/limits"
tags: ["Limits"]
---

# Get User Limits

`GET /limits`

Retrieves the current resource limits and usage for the authenticated user, including application counts and instance limits.

## Response `200`

Limits were successfully retrieved.

- UserLimits
  - `maxNumberOfApplications` integer
  - `existingNumberOfApplications` integer
  - `maxNumberOfRegionsPerApplication` integer, nullable
  - `maxNumberOfInstancesPerRegion` integer
  - `maxNumberOfInstancesPerApplication` integer, nullable
  - `maxNumberOfVolumesPerApplication` integer
  - `maxVolumeSize` integer, nullable

## Other responses

- `401` — User is unauthorized.
- `404` — Limits 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)
