---
title: "List"
method: GET
path: "/shipping/order_templates_new/list/v1"
tags: ["/shipping/order_templates_new"]
---

# List

`GET /shipping/order_templates_new/list/v1`

Lists order templates with filtering, sorting, pagination, full-text search, and party/account expansion. | authz: min_org_role=operator | () -> (OrderTemplateNewListRes)

## Query parameters

- `sort_by` 'created_at_timestamp' | 'last_edited_at_timestamp' | 'last_used_at_timestamp' | 'name'
- `sort_order` 'asc' | 'desc' — Sort order for query results
- `page` integer
- `page_size` integer
- `search` string, nullable — Full-text search query for template name or description.
- `filter_archived` boolean — Include archived templates instead of active templates.
- `filter_owned_by_user_id` string, nullable — Must be a string starting with `user_`
- `filter_coordinator_label` string, nullable — Filter by coordinator label.
- `filter_executor_org_id` string, nullable — Must be a string starting with `org_`
- `filter_off_chrt_executor_org_data_id` string, nullable — Filter by an off-CHRT executor organization data ID.
- `filter_shipper_org_id` string, nullable — Must be a string starting with `org_`
- `filter_off_chrt_shipper_org_data_id` string, nullable — Filter by an off-CHRT shipper organization data ID.
- `filter_coordinator_shipper_account_ids` string[], nullable — Filter by coordinator shipper account ID(s) assigned to template tasks.
- `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).
- `filter_last_used_at_timestamp_gte` string, date-time, nullable — Filter last_used_at_timestamp >= value (inclusive).
- `filter_last_used_at_timestamp_lte` string, date-time, nullable — Filter last_used_at_timestamp <= value (inclusive).

## Response `200`

Successful Response

- OrderTemplateNewListRes
  - `items` OrderTemplateNewExpanded1[], required
    - `schema_version` 1, required
    - `service_line` 'on_demand' | 'routed'
    - `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).
    - `shipper_org_id` string, nullable — Must be a string starting with `org_`
    - `off_chrt_shipper_org_data_id` string, nullable
    - `coordinator_org_id` string, nullable — Must be a string starting with `org_`
    - `coordinator_department_id` string, nullable
    - `coordinator_assigned_user_ids` string[]
    - `coordinator_label` string, nullable
    - `task_lists_to_apply_at_order_creation` TaskListToApplyToOrder1[]
      - `task_list_id` string, required
      - `department_id` string, nullable
      - `initial_deadline_timestamp` string, date-time, nullable
    - `task_lists_to_apply_at_order_staging` TaskListToApplyToOrder1[]
      - `task_list_id` string, required
      - `department_id` string, nullable
      - `initial_deadline_timestamp` string, date-time, nullable
    - `task_groups` OrderTemplateNewTaskGroup1[]
      - `task_group_type` 'chrt_ground_provider' | 'cargo_on_flight' | 'onboard_courier', required
      - `executor_org_id` string, nullable — Must be a string starting with `org_`
      - `executor_assigned_user_ids` string[]
      - `off_chrt_executor_org_data_id` string, nullable
      - `driver_id` string, nullable
      - `vehicle_type` 'sedan' | 'suv' | 'cargo_van' | 'box_truck' | 'flatbed' | 'semi_truck' | 'airplane'
      - `coordinator_setup_notes` string, nullable
      - `task_group_key` string, uuid4, required
      - `tasks` OrderTemplateNewTask1[] — unresolved $ref
    - `cargos` OrderTemplateNewCargo1[]
      - `schema_version` 1
      - `cargo_type` 'spare_parts' | 'blood' | 'lab_specimen' | 'organ' | 'tissue' | 'manufacturing_equipment' | 'aircraft_parts' | 'medical_devices' | 'medical_supplies' | 'pharmaceuticals' | 'documents' | 'electronics' | 'clothing' | 'chemicals' | 'hazardous_materials' | 'perishable' | 'frozen' | 'live_animals' | 'rodents' | 'fish' | 'birds' | 'reptiles' | 'mammals' | 'insects' | 'crickets' | 'other' | 'unspecified', required
      - `quantity` integer, nullable
      - `weight_pounds` number, nullable
      - `length_inches` number, nullable
      - `width_inches` number, nullable
      - `height_inches` number, nullable
      - `girth_inches` number, nullable
      - `turnable` boolean, nullable
      - `stackable` boolean, nullable
      - `description` string, nullable
      - `awb_number` string, nullable — IATA Air Waybill number: 3-digit airline prefix + 8-digit serial, e.g. '020-12345678'.
      - `cargo_key` string, uuid4, required
    - `name` string, required
    - `description` string, nullable
    - `_id` string, required
    - `owned_by_user_id` string, required — Must be a string starting with `user_`
    - `owned_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
    - `last_used_at_timestamp` string, date-time, nullable
    - `archived_at_timestamp` string, date-time, nullable
    - `shipper_org` OrgPublicData1 — unresolved $ref
    - `off_chrt_shipper_org` OffChrtOrgData1 — unresolved $ref
    - `coordinator_org` OrgPublicData1 — unresolved $ref
    - `task_groups_expanded` OrderTemplateNewTaskGroupExpanded1[]
      - `task_group` OrderTemplateNewTaskGroup1, required
        - `task_group_type` 'chrt_ground_provider' | 'cargo_on_flight' | 'onboard_courier', required
        - `executor_org_id` string, nullable — Must be a string starting with `org_`
        - `executor_assigned_user_ids` string[]
        - `off_chrt_executor_org_data_id` string, nullable
        - `driver_id` string, nullable
        - `vehicle_type` 'sedan' | 'suv' | 'cargo_van' | 'box_truck' | 'flatbed' | 'semi_truck' | 'airplane'
        - `coordinator_setup_notes` string, nullable
        - `task_group_key` string, uuid4, required
        - `tasks` OrderTemplateNewTask1[] — unresolved $ref
      - `executor_org` OrgPublicData1 — unresolved $ref
      - `off_chrt_executor_org` OffChrtOrgData1 — unresolved $ref
      - `coordinator_shipper_accounts_by_task_key` object
  - `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)
