---
title: "Get Voice AI settings"
method: GET
path: "/clinic-config/voice-ai"
tags: ["ClinicConfig"]
---

# Get Voice AI settings

`GET /clinic-config/voice-ai`

## Response `200`

Voice AI configuration for autonomous call handling

- VoiceAiSettingsDto — Voice AI agent settings for autonomous call handling via Retell AI.
  - `enabled` boolean
  - `retellAgentId` string, nullable
  - `transferNumber` string, nullable
  - `adoptionMode` string, nullable
  - `activeHoursStart` string, nullable
  - `activeHoursEnd` string, nullable
  - `overflowRingSeconds` union
    - integer
    - string, int32
  - `transferTolerance` string, nullable
  - `maxTurnsBeforeTransfer` union
    - integer
    - string, int32
  - `maxCallDurationMinutes` union
    - integer
    - string, int32
  - `emergencyKeywords` string[]
  - `allowedActions` string[]
  - `customGreeting` string, nullable
  - `voiceModel` AiModelConfigDto — Configuration for an AI model (provider + model ID)
    - `provider` string — AI provider: "openai" or "anthropic"
    - `modelId` string — Model identifier (e.g., "claude-sonnet-4-6", "gpt-5.4-mini"). Empty = use the infra-configured default. Model ids live in the ModelCatalog config, not hardcoded.
  - `clinicName` string, nullable
  - `clinicAddress` string, nullable
  - `clinicPhone` string, nullable
  - `customFaqs` string, nullable

---

[API](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1.md) · [All operations](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clinicos/pawthosx-business-api-v1/revisions/e7d381a5453b/schema)
