---
title: "List Account Collection Flows"
method: GET
path: "/account_collection_flows"
---

# List Account Collection Flows

`GET /account_collection_flows`

Get a list of all Account Collection Flows

## Query parameters

- `after_cursor` string
- `per_page` integer
- `client_token` string
- `status` string
- `counterparty_id` string
- `external_account_id` string

## Response `200`

200

- object[]
  - `id` string
  - `object` string
  - `live_mode` boolean
  - `client_token` string
  - `status` string
  - `payment_types` string[]
  - `counterparty_id` string
  - `external_account_id` unknown
  - `created_at` string
  - `updated_at` string

---

[API](https://skmtc.net/modern-treasury/apis/modern-treasury-api.md) · [All operations](https://skmtc.net/modern-treasury/apis/modern-treasury-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/modern-treasury/modern-treasury-api/versions/ed0431a2dcd0/schema)
