Read Dialogue Thread
dialogue_read_threadRead the full conversation history of a thread, including metadata and all messages in chronological order. Supports pagination for long threads.
Instructions
Read the full conversation history of a thread.
Returns thread metadata plus all messages in chronological order. Use offset/limit for long threads.
Args:
project_id (string): The project ID
thread_id (string): The thread ID
offset (number, optional): Skip this many messages (default 0)
limit (number, optional): Max messages to return (default 50)
Returns: Thread metadata and paginated message history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max messages (default 50) | |
| offset | No | Message offset (default 0) | |
| thread_id | Yes | The thread ID | |
| project_id | Yes | The project ID |