---
title: "Get Quota"
method: GET
path: "/v1/accounts/{account_id}/quotas/{quota_id}"
tags: ["Gateway"]
---

# Get Quota

`GET /v1/accounts/{account_id}/quotas/{quota_id}`

Gets a single quota by resource name.

## Path parameters

- `account_id` string, required
- `quota_id` string, required

## Query parameters

- `readMask` string

## Response `200`

A successful response.

- GatewayQuota
  - `name` string
  - `value` string, int64 — The value of the quota being enforced. This may be lower than the max_value if the user manually lowers it.
  - `maxValue` string, int64 — The maximum approved value.
  - `usage` number, double — The usage of the quota.
  - `updateTime` string, date-time — The update time for the quota.

---

[API](https://skmtc.net/fireworks/apis/fireworks-ai-anthropic-compatible-messages-api.md) · [All operations](https://skmtc.net/fireworks/apis/fireworks-ai-anthropic-compatible-messages-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fireworks/fireworks-ai-anthropic-compatible-messages-api/revisions/954d6bc5d922/schema)
