get_messages
Retrieve direct messages from a conversation, returning message ID, text, sender, and timestamp, with sender IGSID for replying.
Instructions
Read messages from a DM conversation.
Returns message id, text content, sender, and timestamp. Use the sender's IGSID with send_dm to reply.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max messages to return | |
| conversation_id | Yes | Conversation ID from list_conversations |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |