---
title: "List Manual Holds"
method: GET
path: "/hold"
tags: ["Manual Hold"]
---

# List Manual Holds

`GET /hold`

## Query parameters

- `account_id` string
- `status` 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` manual_hold elements, starting after the manual_hold described by `page_cursor`. If no more manual_holds are available, the resulting list will be empty.

- object
  - `data` object[]
    - `account_id` string — ID of the Account to place the hold. Filterable.
    - `amount` string — Amount of money to hold, with two decimal precision
    - `bank_id` string — ID of the bank with which the object is associated
    - `expires_at` string — Optional timestamp to expire the hold
    - `hold_description` string — Optional description for the hold transaction
    - `hold_release_description` string — Optional description for the hold release transaction
    - `hold_transaction_id` string — ID of the hold transaction
    - `id` string — Unique identifier for object
    - `org_id` string — ID of the organization with which the object is associated
    - `release_transaction_id` string — ID of the hold release transaction
    - `status` string — Status of the hold, one of `active`, `released`, or `expired`. Filterable.

---

[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)
