---
title: "Get File Quota"
method: GET
path: "/api/v1/files/quota"
tags: ["File Management"]
---

# Get File Quota

`GET /api/v1/files/quota`

- Query current user's file usage and remaining quota
- Default user group allows up to `2000` files

**Note:**
The base URL for file APIs is `https://files-api.evolink.ai`

## Response `200`

Success

- QuotaResponse
  - `success` boolean — Whether the request was successful
  - `code` integer — Response status code
  - `data` QuotaData
    - `user_group` string — User tier: `default` (2000 files)
    - `used_files` integer — Number of files currently stored
    - `max_files` integer — Maximum allowed files
    - `remain_files` integer — Remaining upload slots
    - `is_custom` boolean — Whether the quota was manually set by an admin
    - `quota_reason` string — Reason for custom quota (only set when `is_custom` is `true`)

---

[API](https://skmtc.dev/evolink/apis/get-credits-usage-api.md) · [All operations](https://skmtc.dev/evolink/apis/get-credits-usage-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/evolink/get-credits-usage-api/revisions/88edb0ec881f/schema)
