---
title: "Get the org's outbound pause/cancel control state"
method: GET
path: "/v1/voice/outbound/controls"
tags: ["voice"]
---

# Get the org's outbound pause/cancel control state

`GET /v1/voice/outbound/controls`

## Response `200`

Successful Response

- OutboundControlsResponse — The org's full outbound pause/cancel control state.
  - `org_paused` boolean, required — True if the whole org is paused.
  - `paused_agents` PauseStateEntry[]
    - `id` string, uuid, required
    - `scope` 'org' | 'agent' | 'team', required
    - `agent_id` string, uuid, nullable
    - `team_id` string, uuid, nullable
    - `paused` boolean, required
    - `reason` string, nullable
    - `paused_at` string, date-time, nullable
    - `paused_by` string, uuid, nullable
    - `updated_at` string, date-time, required
  - `paused_teams` PauseStateEntry[]
    - `id` string, uuid, required
    - `scope` 'org' | 'agent' | 'team', required
    - `agent_id` string, uuid, nullable
    - `team_id` string, uuid, nullable
    - `paused` boolean, required
    - `reason` string, nullable
    - `paused_at` string, date-time, nullable
    - `paused_by` string, uuid, nullable
    - `updated_at` string, date-time, required

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