List for listing (lister)
List for listing (lister)
Lists all bid threads on a listing with filtering, sorting, and pagination. Lister-only — the listing must belong to the caller’s org. | authz: allowed_org_types=[provider], min_org_role=operator | () -> (BidThreadListRes)
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
Query parameters
Sort order (asc or desc).
Filter by thread status(es). Multi-select.
Filter to threads on this listing. Lister route ignores this field (path param wins); bidder route uses it to slice within the caller’s bidder universe.
Filter created_at_timestamp >= value (inclusive).
Filter created_at_timestamp <= value (inclusive).
Filter status_changed_at_timestamp >= value (inclusive).
Filter status_changed_at_timestamp <= value (inclusive).

