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

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

listing_idstringRequired

Query parameters

sort_byenumOptional
Field to sort by.
Allowed values:
sort_orderenumOptional

Sort order (asc or desc).

Allowed values:
pageintegerOptional>=1Defaults to 1
page_sizeintegerOptional1-100Defaults to 20
filter_statusenumOptional

Filter by thread status(es). Multi-select.

Allowed values:
filter_listing_idstringOptional

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_bidder_provider_org_idstringOptional
Filter to threads where the bidder is this provider org. Useful on lister views to slice by bidder.
filter_bidder_driver_idstringOptional
Filter to threads where the bidder is this driver. Useful on lister views to slice by driver bidder.
filter_created_at_timestamp_gtedatetimeOptional

Filter created_at_timestamp >= value (inclusive).

filter_created_at_timestamp_ltedatetimeOptional

Filter created_at_timestamp <= value (inclusive).

filter_status_changed_at_timestamp_gtedatetimeOptional

Filter status_changed_at_timestamp >= value (inclusive).

filter_status_changed_at_timestamp_ltedatetimeOptional

Filter status_changed_at_timestamp <= value (inclusive).

Response

Successful Response
itemslist of objects
total_countinteger

Errors

422
Bid Threads List for Listing V1request Unprocessable Entity Error