Get the changelog of a dynamic set.
GET/sets/:set_id/changelog
Returns the history of changes made to the set (membership changes, edits), ordered oldest first and optionally restricted to a date range. Paid sets only. Returns 404 Not Found for a free set — upgrade it first with POST /sets/{set_id}/upgrade.
Request
Responses
- 200
- 401
- 404
- 429
Array of changelog entries.
API key authorization failed.
Dynamic set not found, not accessible to the user, or not a paid set.
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.