---
title: "Get capacity information."
method: GET
path: "/v1/fields/quota"
tags: ["fieldManagementV1"]
---

# Get capacity information.

`GET /v1/fields/quota`

Every account has a limited number of fields available. This endpoint returns your account limitations and remaining quota.

## Response `200`

Current fields capacity usage (fields count).

- FieldQuotaUsage
  - `quota` integer, required — Maximum number of fields available.
  - `remaining` integer, required — Current number of fields available.

## Other responses

- `default` — Operation failed with an error.

---

[API](https://skmtc.net/sumologic/apis/sumo-logic-api.md) · [All operations](https://skmtc.net/sumologic/apis/sumo-logic-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sumologic/sumo-logic-api/revisions/e4e4c7554890/schema)
