---
title: "Quotas"
method: GET
path: "/account/quota"
tags: ["Account"]
---

# Quotas

`GET /account/quota`

Returns details about your account quotas.

## Response `200`

Operation successful

- Account — Account represents the account user quotas
  - `api_requests_limit` integer — The number of maximum API requests you can make during the quota period.
  - `api_requests_remaining` integer — The number of remaining API requests during the quota period.
  - `downloads_limit` integer — The number of maximum downloads you can make during the quota period.
  - `downloads_limit_remaining` integer — The number of remaining downloads during the quota period.
  - `end_at` string, date-time — The ending date of the quota period.
  - `is_scroll_search_enabled` boolean — The flag shows whether scrolling is enabled for the client or not.
  - `on_demand_scans_limit` integer — The number of maximum on demand scans you can make during the quota period.
  - `on_demand_scans_remaining` integer — The number of remaining on demand scans during the quota period.
  - `requests_rate_limit` integer — The requests rate limit per second.
  - `search_params_limit` integer — The number of search parameters allowed.
  - `start_at` string, date-time — The starting date of the quota period.

## Other responses

- `401` — Unauthorized
- `500` — Internal server error

---

[API](https://skmtc.dev/spyse/apis/data-api.md) · [All operations](https://skmtc.dev/spyse/apis/data-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/spyse/data-api/revisions/fd05b83ed2c5/schema)
