---
title: "Get a message within a sequence"
method: GET
path: "/messaging/sequence/{id}/message/{messageId}"
tags: ["messaging"]
---

# Get a message within a sequence

`GET /messaging/sequence/{id}/message/{messageId}`

Returns a single message by ID, scoped to the given sequence, including its trigger.

## Path parameters

- `id` integer, required
- `messageId` integer, required

## Response `200`

Successful response

## Other responses

- `401` — Unauthorized
- `404` — Sequence or message not found

---

[API](https://skmtc.net/rasa/apis/rasa-io-api.md) · [All operations](https://skmtc.net/rasa/apis/rasa-io-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rasa/rasa-io-api/versions/60891bc551db/schema)
