---
title: "List"
method: GET
path: "/billing_new/invoices/list/v1"
tags: ["/billing_new"]
---

# List

`GET /billing_new/invoices/list/v1`

Lists owner-scoped invoices with related orders, counterparties, and accounts expanded. | authz: allowed_org_types=[provider], min_org_role=operator | () -> (InvoiceListRes)

## Query parameters

- `search` string, nullable — Search invoice names and descriptions.
- `sort_by` 'created_at_timestamp' | 'last_edited_at_timestamp' | 'total_amount' | 'status' | 'invoice_type'
- `sort_order` 'asc' | 'desc' — Sort order for query results
- `page` integer
- `page_size` integer
- `filter_statuses` InvoiceStatusEnum1[], nullable — Filter by one or more invoice statuses.
- `filter_invoice_types` InvoiceTypeEnum1[], nullable — Filter by one or more invoice types.
- `filter_currency_codes` BillingCurrencyCodeEnum1[], nullable — Filter by one or more currency codes.
- `filter_counterparty_org_id` string, nullable — Must be a string starting with `org_`
- `filter_counterparty_off_chrt_org_data_id` string, nullable — Filter by off-CHRT counterparty organization data.
- `filter_counterparty_driver_id` string, nullable — Filter by a driver counterparty.
- `filter_counterparty_account_id` string, nullable — Filter by an associated counterparty account.
- `filter_created_at_timestamp_gte` string, date-time, nullable — Filter by created_at_timestamp greater than or equal.
- `filter_created_at_timestamp_lte` string, date-time, nullable — Filter by created_at_timestamp less than or equal.
- `filter_last_edited_at_timestamp_gte` string, date-time, nullable — Filter by last_edited_at_timestamp greater than or equal.
- `filter_last_edited_at_timestamp_lte` string, date-time, nullable — Filter by last_edited_at_timestamp less than or equal.

## Response `200`

Successful Response

- InvoiceListRes
  - `items` InvoiceExpandedListItem[], required
    - `invoice` Invoice1, required
      - `schema_version` 1, required
      - `invoice_type` 'accounts_receivable' | 'accounts_payable', required
      - `counterparty_org_id` string, nullable — Must be a string starting with `org_`
      - `counterparty_off_chrt_org_data_id` string, nullable
      - `counterparty_driver_id` string, nullable
      - `currency_code` 'USD' | 'CAD' | 'EUR' | 'GBP' | 'MXN' | 'AUD' | 'JPY' | 'CNY' | 'CHF' | 'INR' | 'XXX', required
      - `name` string, nullable
      - `description` string, nullable
      - `export_ref__sage__department_id` string, nullable
      - `export_ref__sage__customer_id` string, nullable
      - `owned_by_org_id` string, required — Must be a string starting with `org_`
      - `period_start_at_timestamp` string, date-time, required
      - `period_end_at_timestamp` string, date-time, required
      - `counterparty_account_ids` string[]
      - `invoice_line_item_ids` string[]
      - `total_amount` number, nullable
      - `status` 'draft' | 'approved' | 'void'
      - `approved_by_user_id` string, nullable — Must be a string starting with `user_`
      - `approved_at_timestamp` string, date-time, nullable
      - `voided_by_user_id` string, nullable — Must be a string starting with `user_`
      - `voided_at_timestamp` string, date-time, nullable
      - `void_reason` string, nullable
      - `merge_linked_account_id` string, nullable
      - `merge_invoice_id` string, nullable
      - `merge_remote_id` string, nullable
      - `merge_invoice_number` string, nullable
      - `merge_invoice_url` string, nullable
      - `merge_status` 'draft' | 'submitted' | 'open' | 'partially_paid' | 'paid' | 'void'
      - `merge_remote_was_deleted` boolean
      - `merge_exported_by_user_id` string, nullable — Must be a string starting with `user_`
      - `merge_exported_at_timestamp` string, date-time, nullable
      - `stripe_invoice_id` string, nullable
      - `stripe_invoice_number` string, nullable
      - `stripe_invoice_url` string, nullable
      - `stripe_status` 'draft' | 'open' | 'paid' | 'uncollectible' | 'void'
      - `stripe_was_deleted` boolean
      - `stripe_exported_by_user_id` string, nullable — Must be a string starting with `user_`
      - `stripe_exported_at_timestamp` string, date-time, nullable
      - `file_exported_by_user_id` string, nullable — Must be a string starting with `user_`
      - `file_exported_at_timestamp` string, date-time, nullable
      - `created_by_user_id` string, required — Must be a string starting with `user_`
      - `created_at_timestamp` string, date-time, required
      - `last_edited_by_user_id` string, required — Must be a string starting with `user_`
      - `last_edited_at_timestamp` string, date-time, required
      - `_id` string, required
    - `orders` OrderLimitedForProvider1[]
      - `schema_version` 1, required
      - `_id` string, required
      - `short_id` string, required
      - `task_group_details` OrderTaskGroupExecutorDetails1[]
        - `task_group_id` string, 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_`
        - `off_chrt_executor_org_data_id` string, nullable
        - `executor_department_id` string, nullable
        - `executor_assigned_user_ids` string[]
        - `executor_label` string, nullable
      - `order_classification_by_task_group_type` 'chrt_ground_provider' | 'cargo_on_flight' | 'onboard_courier'
      - `awb_numbers` string[]
      - `invoice_ids` string[]
      - `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).
      - `order_schedule_id` string, nullable
      - `order_schedule_run_idempotency_key` string, nullable
      - `order_template_new_id` string, nullable
      - `creation_idempotency_key` string, nullable
      - `created_by_user_id` string, nullable — Must be a string starting with `user_`
      - `created_by_org_id` string, required — Must be a string starting with `org_`
      - `shipper_org_id` string, nullable — Must be a string starting with `org_`
      - `off_chrt_shipper_org_data_id` string, nullable
      - `coordinator_shipper_account_ids` string[]
      - `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
      - `coordinator_task_lists_to_apply_at_order_staging` TaskListToApplyToOrder1[]
        - `task_list_id` string, required
        - `department_id` string, nullable
        - `initial_deadline_timestamp` string, date-time, nullable
      - `service_line` 'on_demand' | 'routed'
      - `status` 'draft' | 'staged' | 'in_progress' | 'completed' | 'cancelled' | 'exception'
      - `draft_started_at_timestamp` string, date-time, required
      - `staged_at_timestamp` string, date-time, nullable
      - `in_progress_at_timestamp` string, date-time, nullable
      - `completed_at_timestamp` string, date-time, nullable
      - `cancelled_at_timestamp` string, date-time, nullable
      - `exception_at_timestamp` string, date-time, nullable
    - `counterparty_org` OrgPublicData1 — unresolved $ref
    - `counterparty_off_chrt_org_data` OffChrtOrgData1 — unresolved $ref
    - `counterparty_accounts` Account1[] — unresolved $ref
  - `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)
