getConversation
Retrieve full conversation history from Twitter by providing a conversation ID, including messages, sender details, and attachments, with pagination support for extensive threads.
Instructions
Get full conversation history for a specific conversation
Input Schema
Name | Required | Description | Default |
---|---|---|---|
conversationId | Yes | The ID of the conversation to retrieve | |
dmEventFields | No | Fields to include in the DM event objects | |
maxResults | No | Maximum number of messages to return (default: 100, max: 100) | |
paginationToken | No | Pagination token for retrieving next page of results |