extract_flows
Extract prototype flows from a Figma page or frame, identifying transition links to produce directed connections and a deterministic traversal order.
Instructions
Extracts prototype flows from a page or frame by finding transition links in the node tree, then returns directed frame-to-frame connections and a deterministic traversal order.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_id | Yes | The page or top-level frame node ID to scan for flows | |
| file_key | Yes | The Figma file key (from the file URL) | |
| access_token | Yes | Your Figma personal access token |