Get team component sets
get_team_component_setsRetrieve published component sets from a Figma team library. Use it to list reusable UI components for design systems or component discovery.
Instructions
GET /v1/teams/{team_id}/component_sets — published team library component sets. Auto-paginates meta.cursor.after. Scope: team_library_content: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. | |
| page_size | No | Page size (Figma default 30). | |
| auto_paginate | No | Follow pagination automatically (default true). |