---
title: "List by org (lister)"
method: GET
path: "/listing/listings/list_by_org/v1"
tags: ["/listing"]
---

# List by org (lister)

`GET /listing/listings/list_by_org/v1`

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)

## Query parameters

- `filter_audience` 'providers' | 'drivers'
- `sort_by` 'created_at_timestamp' | 'last_edited_at_timestamp'
- `sort_order` 'asc' | 'desc' — Sort order for query results
- `page` integer
- `page_size` integer
- `filter_status` ListingStatusEnum[], nullable — Filter by listing status(es). Multi-select.
- `filter_type` ListingTypeEnum[], nullable — Filter by listing type(s). Multi-select.
- `filter_task_group_id` string, nullable — Filter to listings for this task group.
- `filter_order_id` string, nullable — Filter to listings on this order.
- `filter_created_by_org_id` string, nullable — Must be a string starting with `org_`
- `filter_created_by_user_id` string, nullable — Must be a string starting with `user_`
- `filter_created_at_timestamp_gte` string, date-time, nullable — Filter created_at_timestamp >= value (inclusive).
- `filter_created_at_timestamp_lte` string, date-time, nullable — Filter created_at_timestamp <= value (inclusive).
- `filter_last_edited_at_timestamp_gte` string, date-time, nullable — Filter last_edited_at_timestamp >= value (inclusive).
- `filter_last_edited_at_timestamp_lte` string, date-time, nullable — Filter last_edited_at_timestamp <= value (inclusive).

## Response `200`

Successful Response

- ListingListRes
  - `items` Listing1[], 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
    - `internal_notes` string, nullable
    - `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
    - `_id` string, required
  - `total_count` integer, required

## 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)
