---
title: "List"
method: GET
path: "/orgs/accounts/list/v1"
tags: ["/orgs", "/orgs/accounts"]
---

# List

`GET /orgs/accounts/list/v1`

Lists coordinator-created shipper accounts with association filters, name search, sorting, and pagination. | authz: allowed_org_types=[provider], min_org_role=operator | () -> (AccountListRes)

## Query parameters

- `search` string, nullable — Full-text account name search query
- `filter_account_id` string, nullable — Filter by account ID
- `filter_org_id` string, nullable — Must be a string starting with `org_`
- `filter_off_chrt_org_data_id` string, nullable — Filter by associated off-CHRT shipper organization data
- `sort_by` 'name'
- `sort_order` 'asc' | 'desc' — Sort order for query results
- `page` integer
- `page_size` integer

## Response `200`

Successful Response

- AccountListRes
  - `items` Account1[], required — 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)
