ig_get_conversations
Retrieve a list of Instagram DM conversations from inbox or spam folders with pagination and customizable fields.
Instructions
Get Instagram DM conversations list. Requires 'instagram_business_manage_messages' permission and the Instagram Messaging API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Pagination cursor for next page | |
| limit | No | Number of conversations | |
| before | No | Pagination cursor for previous page | |
| fields | No | Comma-separated fields (default: id,updated_time,participants,messages{id,message,from,created_time}) | id,updated_time,participants,messages{id,message,from,created_time} |
| folder | No | Folder to retrieve (default: inbox) |