Folders

Get top-level folders in a team

Get a list of the top-level folders (previously called "projects") within the specified team. Subfolders can be traversed with the GET /v2/folders/{folder_id}/folders endpoint. It is not possible to programmatically obtain team IDs. To obtain a team ID, navigate to the team page in the Figma file browser. The team ID is present in the URL after the word team. For example, in https://www.figma.com/files/181033233908053158/team/1535685101263221741, the team ID is 1535685101263221741.

get/v2/teams/{team_id}/folders

Path parameters

team_idstring required

ID of the team to list folders from

Response

Response from the GET /v2/teams/{team_id}/folders endpoint.

namestring required

The team's name.

Changes

Changed in 1 of the 36 revisions of this API.1