---
title: "Get Num Message Left"
method: GET
path: "/api/chat/num-message-left"
tags: ["Chat"]
---

# Get Num Message Left

`GET /api/chat/num-message-left`

Get the number of messages left for a bot.

## Query parameters

- `bot_id` string, uuid, required

## Response `200`

Successful Response

- NumMessageLeftResponse — Schema for response containing the number of messages left.
  - `bot_id` string, uuid, required — Unique identifier for the associated bot.
  - `num_message_left` integer, required — Number of messages left.

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/chat-fly/apis/chatfly-backend-application.md) · [All operations](https://skmtc.net/chat-fly/apis/chatfly-backend-application/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/chat-fly/chatfly-backend-application/revisions/cbb37496f138/schema)
