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
- 200
- 400
- 401
- 429
Array of dynamic sets.
An unrecognised kind was requested.
API key authorization failed.
Rate limit exceeded — the API key has sent too many requests. Wait before retrying. See the Rate Limits section in the overview for the recommended exponential backoff strategy.