Version ID for pagination; retrieves versions created strictly after this ID.
beforeinteger
Version ID for pagination; retrieves versions created strictly before this ID.
file_keystring
Required
The key of the Figma file or branch from which to retrieve the version history. Extract from file URL: https://www.figma.com/design/{file_key}/... or https://www.figma.com/file/{file_key}/... For branch keys, use `GET /v1/files/:key` with the `branch_data` query param to obtain…
page_sizeinteger
Number of version items per page. The API defaults to 30 if this parameter is not sent.
Observable output
data
Required
Data from the action execution
errorstring
Error if any occurred during the execution of the action
successfulboolean
Required
Whether or not the action execution was successful or not