load-conversation
Load a conversation's messages and metadata with optional date filtering and pagination.
Instructions
Load a conversation (direct message) with its metadata and messages. Supports filtering by timestamp and pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of messages to return. | |
| newerThanDate | No | Get messages newer than this date (YYYY-MM-DD format). | |
| olderThanDate | No | Get messages older than this date (YYYY-MM-DD format). | |
| conversationId | Yes | The conversation ID to load. | |
| includeParticipants | No | Include participant user IDs in the response. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | ||
| messages | Yes | ||
| conversation | Yes | ||
| totalMessages | Yes |