List for bidder
Lists bid threads where the caller is the bidder — either as the bidder org (operator+) or as the bidder driver (driver). Filtering, sorting, and pagination supported. | authz: allowed_org_types=[provider], min_org_role=driver | () -> (BidThreadListRes)
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
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).

