---
title: "Get Retell Config"
method: GET
path: "/api/v1/internal/workspaces/{workspace_id}/retell-config"
tags: ["internal", "workspaces"]
---

# Get Retell Config

`GET /api/v1/internal/workspaces/{workspace_id}/retell-config`

Read the workspace's Retell config + auto-dial gate.

Secrets returned masked (last 4 only). Internal admin only — workspace
admins do not manage Retell config themselves; MAIA staff onboard a
workspace by setting agent IDs/creds + flipping `auto_dial_enabled`.

## Path parameters

- `workspace_id` string, uuid, required

## Response `200`

Successful Response

- RetellConfigResponse — Per-workspace Retell account config. Secrets returned as last-4 masked hints only — never the decrypted value.
  - `retell_agent_id` string, nullable
  - `retell_qualify_agent_id` string, nullable
  - `retell_from_number` string, nullable
  - `retell_api_key_masked` string, nullable
  - `retell_signing_secret_masked` string, nullable
  - `auto_dial_enabled` boolean
  - `monthly_dial_minute_cap` integer, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/maia-analytics/apis/maia-api.md) · [All operations](https://skmtc.dev/maia-analytics/apis/maia-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/maia-analytics/maia-api/revisions/4c1b045ef2af/schema)
