Get Page Conversations
meta_get_page_conversationsRetrieve conversations from a Facebook Page inbox. Control results with page ID, limit, and optional pagination cursor.
Instructions
Lists conversations (messages) in a Facebook Page inbox.
Args:
page_id (string): Facebook Page ID
limit (number): Max conversations (1–100, default 20)
after (string, optional): Pagination cursor
Requires pages_messaging permission.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | ||
| limit | No | ||
| after | No | ||
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |