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

---

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