List the listings in a dynamic set.
GET/sets/:set_id/listings
Returns the member listings of the set with their trailing-year performance metrics, grouped by membership status (active, hidden, review, removed). Monetary metrics are converted to the set's currency. Works for both free and paid sets, so a set can be reviewed before it is upgraded; the same per-listing metrics are also available ungated via GET /sets/candidates.
Request
Responses
- 200
- 401
- 404
- 429
Member listings grouped by status.
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.