---
title: "Get chatbots (Available in Pro plan)"
method: GET
path: "/api/ext/v3/chatbots"
tags: ["Chatbots"]
---

# Get chatbots (Available in Pro plan)

`GET /api/ext/v3/chatbots`

## Query parameters

- `page_number` integer, required
- `page_size` integer, required

## Response `200`

Returns the chatbot list.

- GetChatbotListResponse — Response model for getting the chatbot list.
  - `chatbot_list` ChatbotDto[], nullable — The list of chatbot.
    - `id` string, nullable — The unique identifier of the chatbot.
    - `name` string, nullable — The name of the chatbot.
    - `created` string, date-time — The date and time when the chatbot was created.
  - `page_number` integer — The current page number.
  - `page_size` integer — The number of items per page.

## Other responses

- `400` — The request is invalid.
- `401` — The request is unauthorized.
- `403` — The request is forbidden.
- `429` — Too many requests. Either the rate limit has been exceeded or usage limits have been reached.
- `500` — Unexpected error occurred. Please try again.

---

[API](https://skmtc.net/wati/apis/api-documentation-v3.md) · [All operations](https://skmtc.net/wati/apis/api-documentation-v3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wati/api-documentation-v3/versions/dee16d2c7d41/schema)
