---
title: "Get Holds"
method: GET
path: "/api/v1/orchestrator/holds"
tags: ["orchestrator-holds"]
---

# Get Holds

`GET /api/v1/orchestrator/holds`

List all currently active (non-expired) holds.

## Response `200`

Successful Response

- HoldListResponse — Response for GET /orchestrator/holds.
  - `holds` HoldResponse[], required
    - `id` string, required
    - `reason` string, required
    - `created_at` number, required
    - `ttl_seconds` number, required
    - `expires_at` number, required
    - `last_renewed_at` number, nullable
  - `count` integer, required

## Changes

- **2026-07-26** `2a1299ef19fa` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/sipyourdrink-ltd/apis/bernstein-task-server/changes/api/v1/orchestrator/holds/get.md)

---

[API](https://skmtc.dev/sipyourdrink-ltd/apis/bernstein-task-server.md) · [All operations](https://skmtc.dev/sipyourdrink-ltd/apis/bernstein-task-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sipyourdrink-ltd/bernstein-task-server/revisions/fa7b00b782fa/schema)
