Skip to main content

List dynamic sets.

GET 

/sets

Returns all dynamic sets the authenticated user owns or has shared access to, including both free and paid sets. Use the is_paid field to tell them apart — only paid sets expose KPI data, and free sets can be upgraded via POST /sets/{set_id}/upgrade. Results are ordered by most recently updated first and paginated.

Narrow the list with name and kind. Both are optional, and sending both returns only the sets matching each of them.

Request

Responses

Array of dynamic sets.