List listings in a segment.
GET/segments/:segment_id/listings
Returns the listings that belong to the given portfolio segment. The segment's filter criteria are applied to the user's portfolio — for an RM API key that includes listings shared with the user to manage, not just listings they own (see include_managed_listings). Supports pagination and optional exclusion of inactive listings.
Request
Responses
- 200
- 401
- 404
- 429
Array of listings within the segment.
API key authorization failed.
Segment not found.
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.