List Conversations
list_conversationsRetrieve inbox threads for a Facebook Page or Instagram account, sorted by newest activity. Returns thread details including participants, message and unread counts, and a snippet of the latest message.
Instructions
List inbox threads for the Page, newest activity first. Returns thread ID, participants, message count, unread count and a snippet of the last message. Use the returned thread ID with get_conversation or list_messages. Instagram Direct additionally requires Advanced Access to instagram_manage_messages (App Review). Without it Meta answers with a ~27s timeout, subcode 2534084. Instagram comments are NOT affected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Items per page (default: 25) | |
| fields | No | Comma-separated fields. Default: id,updated_time,message_count,unread_count,snippet,participants | |
| platform | No | Inbox to read. "messenger" is Facebook Page messages. "instagram" is Instagram Direct. Instagram Direct additionally requires Advanced Access to instagram_manage_messages (App Review). Without it Meta answers with a ~27s timeout, subcode 2534084. Instagram comments are NOT affected. | messenger |
| max_pages | No | How many pages to auto-follow (default: 1). Raise to sweep older threads. |