---
title: "Get User Quota"
method: GET
path: "/auth/quota"
tags: ["Authentication"]
---

# Get User Quota

`GET /auth/quota`

Get current user's quota information and API key expiration date

## Response `200`

Successful Response

- QuotaResponse
  - `email` string, required
  - `total_quota` integer, required
  - `used_quota` integer, required
  - `remaining_quota` integer, required
  - `expires_at` string, date-time, nullable

---

[API](https://skmtc.dev/deepshare/apis/markdown-to-docx-converter.md) · [All operations](https://skmtc.dev/deepshare/apis/markdown-to-docx-converter/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/deepshare/markdown-to-docx-converter/revisions/3c4ed7b0427a/schema)
