Get team styles
get_team_stylesFetch all published styles from a Figma team library, with automatic pagination to capture every style.
Instructions
GET /v1/teams/{team_id}/styles — published team library styles. 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). |