---
title: "List Account Locks"
method: GET
path: "/account_lock"
tags: ["Account"]
---

# List Account Locks

`GET /account_lock`

## Query parameters

- `account_id` string
- `bank_id` string
- `locked` 'true' | 'false'
- `org_id` string
- `page_cursor` string
- `page_size` integer
- `from_date` string
- `to_date` string

## Response `200`

A dictionary with a `data` property that contains a list of up to `page_size` lock elements, starting after the lock described by `page_cursor`. If no more locks are available, the resulting list will be empty.

- object
  - `data` object[]
    - `account_id` string — ID of account that is associated with the account lock. Filterable.
    - `additional_context` string — Additional context about the lock
    - `bank_id` string — ID of bank that is associated with the account lock. Filterable.
    - `id` string — Unique identifier for object
    - `locked` 'true' | 'false' — `true` if the account lock is active. Filterable.
    - `org_id` string — ID of organization that is associated with the account lock. Filterable.
    - `reason` string — Reason for locking account. One of `transactions_being_investigated_wire`, `transactions_being_investigated_card`, `transactions_being_investigated_ACH`, `transactions_being_investigated_check_issued`, `transactions_being_investigated_check_deposit`, `identity_of_customer_being_investigated`.
    - `released_at` string — Timestamp of when the account lock was released

---

[API](https://skmtc.net/treasuryprime/apis/account.md) · [All operations](https://skmtc.net/treasuryprime/apis/account/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/treasuryprime/account/revisions/95a3c69c14e8/schema)
