List for driver bidder
Lists DRIVERS-audience listings where the caller (resolved to a Driver of their org) is a snapshot participant. Driver-side bidder view with filtering, sorting, and pagination. Returns the bidder shape (no internal_notes). | authz: allowed_org_types=[provider], min_org_role=driver | () -> (ListingForBidderListRes)
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
Sort order (asc or desc).
Filter by listing status(es). Multi-select.
Filter by listing type(s). Multi-select.
Filter to listings created by this provider org (lister). Mostly useful on bidder views to slice by lister.
Filter to listings created by this operator (audit).
Filter created_at_timestamp >= value (inclusive).
Filter created_at_timestamp <= value (inclusive).
Filter last_edited_at_timestamp >= value (inclusive).
Filter last_edited_at_timestamp <= value (inclusive).

