---
title: "List Quotas"
method: GET
path: "/v1/accounts/{account_id}/quotas"
tags: ["gateway.openapi_Gateway"]
---

# List Quotas

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

Lists all quotas for an account.

## Path parameters

- `account_id` string, required

## Query parameters

- `pageSize` integer
- `pageToken` string
- `filter` string
- `orderBy` string
- `readMask` string

## Response `200`

A successful response.

- GatewayListQuotasResponse
  - `quotas` 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.
  - `nextPageToken` string — A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
  - `totalSize` integer

---

[API](https://skmtc.net/fw-ai-external/apis/gateway-rest-api.md) · [All operations](https://skmtc.net/fw-ai-external/apis/gateway-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fw-ai-external/gateway-rest-api/revisions/29a1e4db152c/schema)
