Sign in

List team component sets

documented

List published component sets in a team library.

GET /v1/teams/{team_id}/component_setsComponent Setsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.figma.com/v1/teams/{{$team_id}}/component_sets?page_size={{$page_size}}&after={{$after}}&before={{$before}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}"
List team component sets · Figma · OpenIntegrations