Get Figma file versions
get_file_versionsRetrieve the complete version history for any Figma file, with automatic pagination to fetch all saved versions, enabling review of design changes over time.
Instructions
GET /v1/files/{key}/versions — version history. Auto-follows pagination.next_page. Scope: file_versions:read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Figma file key or URL (figma.com/design/... or figma.com/file/...) | |
| page_size | No | ||
| auto_paginate | No | Follow pagination automatically (default true). |