Get Message Context
ethora-messages-context-v2Fetch messages before and after a target message in a chat, using its message ID or stanza ID, to show surrounding conversation context.
Instructions
Fetch the messages surrounding a target message (GET /v2/apps/:appId/chats/:chatId/messages/context). Provide either aroundStanzaId or aroundMessageId; radius controls how many messages before/after.
Requires: a message id from ethora-messages-search-v2 or ethora-chats-history-v2.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | No | Required in B2B mode unless already selected via ethora-app-select. | |
| chatId | Yes | ||
| radius | No | ||
| aroundStanzaId | No | ||
| aroundMessageId | No |