---
title: "Get bank accounts"
method: GET
path: "/api/v2/bank_accounts"
tags: ["BankAccounts"]
---

# Get bank accounts

`GET /api/v2/bank_accounts`

List bank accounts with optional filters and pagination.

## Query parameters

- `sort` string[]
- `filter` union — Filter schema for `bank_account` list endpoints — pass a single condition or a logical group.
  - FilterBankAccount — Filter parameters for bank accounts.
    - `name` union — Filter by account name (text search).
      - Name — unresolved $ref
      - object — Filter using explicit operator syntax.
        - `not_contain` Name — unresolved $ref
        - `contains` Name — unresolved $ref
        - `not_eq` Name — unresolved $ref
        - `eq` Name — unresolved $ref
    - `bank_name` union — Filter by bank name (text search).
      - BankName — unresolved $ref
      - object — Filter using explicit operator syntax.
        - `not_contain` BankName — unresolved $ref
        - `contains` BankName — unresolved $ref
        - `eq` BankName — unresolved $ref
        - `not_eq` BankName — unresolved $ref
    - `subsidiary_id` union — Filter by the associated subsidiary.
      - object — Filter using explicit operator syntax.
        - `not_contain` SubsidiaryId — unresolved $ref
        - `contains` SubsidiaryId — unresolved $ref
        - `not_eq` SubsidiaryId — unresolved $ref
        - `eq` SubsidiaryId — unresolved $ref
      - SubsidiaryId — unresolved $ref
    - `id` union — Filter by bank account ID.
      - object — Filter using explicit operator syntax.
        - `eq` Id — unresolved $ref
        - `not_eq` Id — unresolved $ref
        - `not_contain` Id — unresolved $ref
        - `contains` Id — unresolved $ref
      - Id — unresolved $ref
    - `status` union — Filter by active/archived status.
      - Status — unresolved $ref
      - object — Filter using explicit operator syntax.
        - `eq` Status — unresolved $ref
        - `not_eq` Status — unresolved $ref
        - `not_contain` Status — unresolved $ref
        - `contains` Status — unresolved $ref
  - object — A logical filter group — combine multiple conditions with the `$op` operator.
    - `$op` 'or' | 'and', required — Logical operator combining conditions in this group. `or` matches records satisfying any condition; `and` requires all conditions to match.

## Headers

- `X-Organization-Id` string, required

## Response `200`

Collection bank account

## Other responses

- `403` — Forbidden

---

[API](https://skmtc.net/productive/apis/api-documentation.md) · [All operations](https://skmtc.net/productive/apis/api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/productive/api-documentation/revisions/11e8576224b8/schema)
