Skip to main content

Folders

Folders (previously called "projects") are collections of files and subfolders that belong to a team. Folders can be nested: a folder's parent is identified by its parent_folder_id, which is null for top-level folders in a team.

warning

IMPORTANT: Figma does not permit companies to index or ingest Figma files that belong to other companies. Use these APIs only to access folders and files in your own Figma organization.

Types

TypeProperties

Folder

A Folder is a collection of files and subfolders. It can be identified by its ID.

idString
The ID of the folder.
nameString
The name of the folder.
parent_folder_idString
The ID of the folder's parent folder, or null if the folder is a top-level folder in the team.