list_conversation_messages
List messages from a conversation, newest first, with optional filters for time window and message count.
Instructions
List messages exchanged in a conversation, newest first.
Args: conversation_id: From list_conversations limit: Max messages (default 50) since: ISO 8601 — return messages after this timestamp before: ISO 8601 — return messages before this timestamp
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| since | No | ||
| before | No | ||
| conversation_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||