ktalk_get_chat_messages
Retrieve chat messages from a KTalk meeting by providing a recording or conference key. Optionally specify a chat channel or format; if no channel is given, a suitable one is resolved automatically.
Instructions
Get chat messages of a meeting (FR-10).
Either recording_key or conference_key must be given; if channel
is omitted, an available channel is resolved automatically instead of
failing with a raw "channel field is required" error.
Args: recording_key: Recording key/identifier (resolves the meeting bridge) conference_key: Meeting/conference key (used directly if given) channel: Chat channel name (e.g. "general"); auto-resolved if omitted format: Output format — "raw" (JSON) or "markdown"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | markdown | |
| channel | No | ||
| recording_key | No | ||
| conference_key | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |