Instagram

ig_get_story_insights

Get insights for a specific Story. Metrics: impressions, reach, replies, taps_forward, taps_back, exits.

Remote node2flow/instagram

Other tools also called ig_get_story_insights? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "metric": {
      "type": "string",
      "description": "Comma-separated metrics (e.g. \"impressions,reach,replies,taps_forward,taps_back,exits\")"
    },
    "story_id": {
      "type": "string",
      "description": "Story media ID"
    }
  }
}