Get theme
get_themeFetches one theme by id. Requires the Scale plan or higher.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The theme id, as returned by list_themes or create_theme. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| name | Yes | ||
| tokens | Yes | The theme's design tokens: concept, palette, colours, fonts, radii, spacing. | |
| createdAt | Yes | ||
| updatedAt | Yes | ||
| customFonts | Yes | ||
| workspaceId | Yes |