get_components
Retrieve all components from a Figma file using its file key.
Instructions
Get components available in a Figma file
Args:
file_key (str): The file key found in the shared Figma URL
Returns:
list[dict]: List of components found in the Figma file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_key | Yes |