---
title: "Get resource limits information"
method: GET
path: "/system/limits"
tags: ["System"]
---

# Get resource limits information

`GET /system/limits`

This operation retrieves the list of limitations on used resources, that are applied on the current instance of Registry.

## Response `200`

On success, returns resource limits

- Limits — List of limitations on used resources, that are applied on the current instance of Registry. Keys represent the resource type and are suffixed by the corresponding unit. Values are integers. Only non-negative values are allowed, with the exception of -1, which means that the limit is not applied.
  - `maxTotalSchemasCount` integer
  - `maxSchemaSizeBytes` integer
  - `maxArtifactsCount` integer
  - `maxVersionsPerArtifactCount` integer
  - `maxArtifactPropertiesCount` integer
  - `maxPropertyKeySizeBytes` integer
  - `maxPropertyValueSizeBytes` integer
  - `maxArtifactLabelsCount` integer
  - `maxLabelSizeBytes` integer
  - `maxArtifactNameLengthChars` integer
  - `maxArtifactDescriptionLengthChars` integer
  - `maxRequestsPerSecondCount` integer

## Other responses

- `401` — Common response for all operations that can return a `401` error indicating authentication is required.
- `403` — Common response for all operations that can return a `403` error indicating the user is authenticated but not authorized.
- `500` — Common response for all operations that can fail with an unexpected server error.

---

[API](https://skmtc.net/apicurio/apis/apicurio-registry-api-v2.md) · [All operations](https://skmtc.net/apicurio/apis/apicurio-registry-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/apicurio/apicurio-registry-api-v2/revisions/f177177d6a5a/schema)
