---
title: "Get current usage of the non-billable text message limit for the user"
method: GET
path: "/v2/chats/text-message-quota"
tags: ["Chats v2"]
---

# Get current usage of the non-billable text message limit for the user

`GET /v2/chats/text-message-quota`

## Response `200`

Text message quota retrieved successfully

- TextMessageQuotaResponseDto
  - `used` number, required — Number of non-billable text messages the user has sent today (UTC)
  - `limit` number, required — Maximum number of non-billable text messages per user per day
  - `remaining` number, required — Number of text messages left before the daily limit
  - `warningThreshold` number, required — How many messages before the limit the warning notification is sent
  - `limitReached` boolean, required — Whether the user has reached the daily text message limit
  - `resetsAt` string, required — ISO timestamp of the next UTC midnight when the daily counter resets
  - `resetsInSeconds` number, required — Seconds left until the daily counter resets

---

[API](https://skmtc.dev/miaai/apis/backend-template-api.md) · [All operations](https://skmtc.dev/miaai/apis/backend-template-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/miaai/backend-template-api/revisions/2a8d88a5124f/schema)
