---
title: "By id"
method: GET
path: "/listing/listings/by_id/v1/{listing_id}"
tags: ["/listing"]
---

# By id

`GET /listing/listings/by_id/v1/{listing_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)

## Path parameters

- `listing_id` string, required

## Response `200`

Successful Response

- ListingForBidder1
  - `listing` ListingLimitedForBidder1, required — 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.
    - `_id` string, required
    - `schema_version` 1
    - `listing_description` string, required
    - `task_group_id` string, required
    - `task_group_summary_for_bidders` string, required
    - `pro_forma_line_items` ProFormaLineItem1[]
      - `schema_version` 1
      - `description` string, required
      - `quantity` number, required
      - `unit` 'each' | 'shipment' | 'hour' | 'day' | 'mile' | 'kilometer' | 'pound' | 'kilogram'
      - `unit_price` number, required
      - `currency_code` 'USD' | 'CAD' | 'EUR' | 'GBP' | 'MXN' | 'AUD' | 'JPY' | 'CNY' | 'CHF' | 'INR' | 'XXX', required
      - `line_item_type` 'base_rate' | 'additional_mileage' | 'long_distance_mileage' | 'fuel' | 'extra_stop' | 'wait_time' | 'attempt' | 'pick_and_hold' | 'parking' | 'tolls' | 'additional_fee' | 'dispute' | 'equipment' | 'dangerous_goods' | 'special_vehicle' | 'after_hours' | 'weekend' | 'holiday' | 'air_waybill' | 'insurance' | 'off_network_carrier' | 'obc_day_rate' | 'flight_ticket' | 'tracking_device_label' | 'tracking_device_tag' | 'tracking_device_other' | 'tax_1' | 'tax_2' | 'tax_3' | 'other', required
      - `awb_number` string, nullable — IATA Air Waybill number: 3-digit airline prefix + 8-digit serial, e.g. '020-12345678'.
      - `tax_percentage` number, nullable
      - `provenance` 'rate_sheet' | 'ad_hoc' | 'pro_forma', required
      - `rate_sheet_id` string, nullable
      - `created_at_timestamp` string, date-time
    - `share_pro_forma_line_items` boolean
    - `audience` 'providers' | 'drivers', required
    - `participant_provider_org_ids` string[]
    - `org_bidding_group_ids` string[]
    - `participant_driver_ids` string[]
    - `driver_bidding_group_ids` string[]
    - `type` 'dispatch' | 'negotiation'
    - `auto_award_first_accept` boolean
    - `auto_open_priced_bid_threads` boolean
    - `created_by_user_id` string, required — Must be a string starting with `user_`
    - `created_by_org_id` string, required — Must be a string starting with `org_`
    - `created_at_timestamp` string, date-time, required
    - `last_edited_at_timestamp` string, date-time, required
    - `status` 'open' | 'awarded' | 'cancelled', required
    - `order_id` string, required
    - `order_short_id` string, required
    - `order_off_chrt_reference_id` string, nullable — Must be a URL-safe string of 1-64 characters. Allowed characters: A-Z, a-z, 0-9, '.', '_', '~', '-' (RFC 3986 unreserved).
    - `accepted_bid_thread_id` string, nullable
  - `task_group` ListingTaskGroupForBidder1, required
    - `mileage_estimated` number, nullable
    - `tasks` ListingTaskForBidder1[] — unresolved $ref

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/chrt/apis/chrt-fastapi.md) · [All operations](https://skmtc.dev/chrt/apis/chrt-fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/chrt/chrt-fastapi/revisions/ea04e157edb3/schema)
