Skip to main content
POST
Resume outbound dialing for the org, an agent, or a team

Authorizations

x-api-key
string
header
required

Body

application/json
scope
enum<string>
required

The grain to pause: the whole org, a single agent, or a team.

Available options:
org,
agent,
team
agent_id
string<uuid> | null

Required when scope='agent'. Ignored otherwise.

team_id
string<uuid> | null

Required when scope='team'. Ignored otherwise.

reason
string | null

Optional human-readable pause reason.

Maximum string length: 500

Response

Successful Response

The org's full outbound pause/cancel control state.

org_paused
boolean
required

True if the whole org is paused.

paused_agents
PauseStateEntry · object[]
paused_teams
PauseStateEntry · object[]