provider Component Sets GET /v1/component_sets/{key}
@utdk/figma /v1/component_sets/{key}
Get component set
Get metadata on a published component set by key.
key path required
The unique identifier of the component set.
string

Try it

Authentication
Configure credentials for Figma API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

getcomponentset
GET/v1/component_sets/{key}
Get metadata on a published component set by key.

Parameters

required

The unique identifier of the component set.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import figma from '@utdk/figma';

await figma.getcomponentset()