By id
Fetches a listing by id in the bidder-facing shape with tasks and mileage. Visible to the lister and to snapshot participants (as bidder — provider org or driver). Listers wanting the full record call by_id_for_lister/v1. | authz: allowed_org_types=[provider], min_org_role=driver | () -> (ListingForBidder1)
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
listing_id
Response
Successful Response
listing
Bidder-facing response shape — same as Listing1 minus internal_notes.
Used by get__listings_by_id_v1, list_for_provider_bidder/v1, and
list_for_driver_bidder/v1. Constructed from a validated Listing1;
field-shape parity is enforced at import time by limited_model_checker
below.
task_group
Errors
422
Listings by ID V1request Unprocessable Entity Error

