List for provider bidder
Lists PROVIDERS-audience listings where the caller’s org is a snapshot participant. Provider-side bidder view with filtering, sorting, and pagination. Returns the bidder shape with tasks and mileage (no internal_notes). | authz: allowed_org_types=[provider], min_org_role=operator | () -> (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).

