GET /v1/analytics/libraries/{file_key}/component/usages
Returns a list of library analytics component usage data broken down by the requested dimension.
Servers
- https://api.figma.com
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
file_key |
String | Yes |
File key of the library to fetch analytics data for. |
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
group_by |
String | Yes |
A dimension to group returned analytics data by. Valid values:
|
cursor |
String | No |
Cursor indicating what page of data to fetch. Obtained from prior API call. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.