get_file_comments
Retrieve all comments from a Figma file, including author, timestamp, message, and resolution status. Accepts a file key or URL to identify the file.
Instructions
Retrieve all comments on a Figma file. Shows who commented, when, the message content, and whether the comment is resolved. Accepts a file key or a Figma URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| as_md | No | If true, return comment bodies in Markdown format | |
| file_key_or_url | Yes | The Figma file key or a full Figma URL |