Instagram

INSTAGRAM_LIST_ALL_MESSAGES

List all messages from a specific Instagram DM conversation.

Remote instagram

Other tools also called INSTAGRAM_LIST_ALL_MESSAGES? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "after": {
      "type": "string",
      "title": "After",
      "default": null,
      "nullable": true,
      "description": "Cursor for pagination"
    },
    "limit": {
      "type": "integer",
      "title": "Limit",
      "default": 25,
      "maximum": 200,
      "minimum": 1,
      "nullable": true
    },
    "conversation_id": {
      "type": "string",
      "title": "Conversation Id",
      "description": "Conversation ID"
    },
    "graph_api_version": {
      "type": "string",
      "title": "Graph Api Version",
      "default": "v21.0",
      "nullable": true
    }
  }
}