List team projects
list_projectsGet a list of Figma projects for a specified team by providing team ID or URL. Returns project names and IDs for design file discovery.
Instructions
GET /v1/teams/{team_id}/projects — projects visible to the PAT. Pass team (id or team URL) or set FIGMA_TEAM_ID. Scope: projects:read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team | No | Team id or team URL (figma.com/files/team/<id> or figma.com/files/<org>/team/<id>). REST /v1/me does not return team_id. | |
| team_id | No | Alias of team: numeric team id or team URL. |