---
title: "Get rich message"
method: GET
path: "/rich_messages/{rich_message_id}"
tags: ["Bot responses"]
---

# Get rich message

`GET /rich_messages/{rich_message_id}`

Returns a specific rich message

## Path parameters

- `rich_message_id` string, required

## Response `200`

successful

- GetRich
  - `_id` string
  - `name` string
  - `updatedAt` string
  - `createdAt` string
  - `data` object[]
  - `reprompt` object[]
  - `skill_id` string
  - `next_intent_is_any` boolean
  - `sentence_for_intent_any` string
  - `escalation` boolean
  - `show_answer_survey` boolean
  - `show_conversation_survey` boolean
  - `__v` integer

## 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)
