Get a single dynamic set.
GET/sets/:set_id
Returns detailed information about one dynamic set, including its definition (kind, filters, boundary) and member listing counts per status. Works for free and paid sets.
Request
Responses
- 200
- 401
- 404
- 429
The dynamic set.
API key authorization failed.
Dynamic set not found or not accessible to the user.
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.