v1

latestOpenAPI 3.1.02026-07-1750229379.2 KB
Library Analytics

Get library analytics variable action data.

Returns a list of library analytics variable actions data broken down by the requested dimension.

get/v1/analytics/libraries/{file_key}/variable/actions

Path parameters

file_keystring required

File key of the library to fetch analytics data for.

Query parameters

cursorstring

Cursor indicating what page of data to fetch. Obtained from prior API call.

group_by'variable' | 'team' required

A dimension to group returned analytics data by.

start_datestring

ISO 8601 date string (YYYY-MM-DD) of the earliest week to include. Dates are rounded back to the nearest start of a week. Defaults to one year prior.

end_datestring

ISO 8601 date string (YYYY-MM-DD) of the latest week to include. Dates are rounded forward to the nearest end of a week. Defaults to the latest computed week.

Response

Response from the GET /v1/analytics/libraries/{file_key}/variable/actions.

next_pageboolean required

Whether there is a next page of data that can be fetched.

cursorstring

The cursor to use to fetch the next page of data. Not present if next_page is false.