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