Get Figma nodes
get_nodesFetch specific Figma nodes by ID with summary, trim, or full modes to control payload size.
Instructions
GET /v1/files/{key}/nodes?ids=... — specific nodes by id. Supports mode=trim|summary|full.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | Node ids, comma-separated or as an array. URL form 1-2 is normalized to 1:2. | |
| file | Yes | Figma file key or URL (figma.com/design/... or figma.com/file/...) | |
| mode | No | Payload size: summary = id/name/type/layout/text only; trim = drop noisy keys (prototypeDevice, styleOverrideTable, interactions, …); full = raw REST JSON. Default trim. | |
| depth | No | Optional subtree depth. | |
| geometry | No |