List by org (lister)
List by org (lister)
Lists listings owned (created) by the caller’s org with filtering, sorting, and pagination. Lister view. | authz: allowed_org_types=[provider], min_org_role=operator | () -> (ListingListRes)
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
Filter to a single audience (PROVIDERS or DRIVERS). Lister-only — bidder routes hardcode audience.
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).

