---
title: "Return the data for all BankAccounts"
method: GET
path: "/bank_accounts.json"
tags: ["Bank Accounts"]
---

# Return the data for all BankAccounts

`GET /bank_accounts.json`

Outlines the parameters, optional and required, used when requesting the data for all BankAccounts

## Query parameters

- `created_since` string, date-time
- `fields` string
- `ids[]` integer
- `limit` integer
- `order` 'id(asc)' | 'id(desc)' | 'name(asc)' | 'name(desc)' | 'institution(asc)' | 'institution(desc)' | 'account_number(asc)' | 'account_number(desc)' | 'transit_number(asc)' | 'transit_number(desc)' | 'currency(asc)' | 'currency(desc)' | 'updated_at(asc)' | 'updated_at(desc)' | 'type(asc)' | 'type(desc)'
- `page_token` string
- `show_empty_accounts` boolean
- `status` 'opened' | 'closed'
- `type` 'OperatingAccount' | 'TrustAccount'
- `updated_since` string, date-time
- `user_id` integer

## Headers

- `X-API-VERSION` string

## Response `200`

Ok

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `429` — Too Many Requests

---

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