---
title: "Fetch a Manual Hold"
method: GET
path: "/hold/{id}"
tags: ["Manual Hold"]
---

# Fetch a Manual Hold

`GET /hold/{id}`

## Path parameters

- `id` string, required — Unique identifier for object

## Response `200`

The manual_hold

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