---
title: "Get the org's outbound calling-hours window"
method: GET
path: "/v1/voice/call-window"
tags: ["voice"]
---

# Get the org's outbound calling-hours window

`GET /v1/voice/call-window`

## Response `200`

Successful Response

- CallWindowSettings — Per-org outbound calling hours window. Outbound dials requested outside the window are deferred (queued) and auto-placed when the window next opens. Default: disabled — calls dispatch 24/7 with no calling-hours gate. Enabling the gate pre-fills the template shape America/Los_Angeles, 09:00–17:00, Mon–Fri.
  - `enabled` boolean
  - `timezone` string
  - `window_start` string, time
  - `window_end` string, time
  - `days_of_week` integer[] — Weekdays the window applies to (0=Monday … 6=Sunday); empty list = every day.

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