---
title: "Get the org's queued-call expiry TTL"
method: GET
path: "/v1/voice/call-expiry"
tags: ["voice"]
---

# Get the org's queued-call expiry TTL

`GET /v1/voice/call-expiry`

## Response `200`

Successful Response

- CallExpirySettings — Per-org max wait for a queued outbound dial before it is expired. When ``enabled``, a dial that has waited ``days*24h + hours`` from its enqueue time is expired by the ``expire_queued_dispatches`` sweep. Absent/disabled ⇒ no expiry (unbounded).
  - `enabled` boolean
  - `days` integer
  - `hours` integer

## Other responses

- `400` — Bad request
- `401` — Authentication required

---

[API](https://skmtc.net/oneloop-hq/apis/feather-api.md) · [All operations](https://skmtc.net/oneloop-hq/apis/feather-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oneloop-hq/feather-api/revisions/9cd7291d4228/schema)
