---
title: "Get all rich responses"
method: GET
path: "/rich_messages/bots/{bot_id}"
tags: ["Bot responses"]
---

# Get all rich responses

`GET /rich_messages/bots/{bot_id}`

Get the rich message list ( id + name) of a bot

## Path parameters

- `bot_id` string, required

## Query parameters

- `lang` string, required
- `search` string
- `search_in` string

## Response `200`

successful

- GetAllRich
  - `result` object[]
    - `_id` string
    - `name` string
    - `updatedAt` string
    - `createdAt` string

## Other responses

- `400` — Invalid ID supplied
- `404` — not found

---

[API](https://skmtc.net/smartly/apis/smartly-ai-apis.md) · [All operations](https://skmtc.net/smartly/apis/smartly-ai-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartly/smartly-ai-apis/versions/1e26909d86c9/schema)
