Get Conversation Messages
meta_get_conversation_messagesRetrieve messages from a Facebook Page conversation using the conversation ID. Specify the number of messages to return (up to 100).
Instructions
Gets messages from a specific Page conversation.
Args:
page_id (string): Facebook Page ID (for auth)
conversation_id (string): Conversation ID (from meta_get_page_conversations)
limit (number): Max messages (1–100, default 20)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | ||
| conversation_id | Yes | ||
| limit | No | ||
| after | No | ||
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |