---
title: "Get Workspace Echo Config"
method: GET
path: "/api/workspaces/{workspace_id}/echo-config"
---

# Get Workspace Echo Config

`GET /api/workspaces/{workspace_id}/echo-config`

## Path parameters

- `workspace_id` string, required

## Query parameters

- `includeOrg` boolean

## Headers

- `Authorization` string, nullable

## Response `200`

Successful Response

- union
  - EchoConfigResponse
    - `id` string, required
    - `workspaceId` string, required
    - `position` string, required
    - `theme` string, required
    - `agentName` string, required
    - `welcomeMessage` string, required
    - `logoUrl` string, nullable
    - `primaryColor` string, required
    - `userBubbleColor` string, required
    - `userBubbleTextColor` string, required
    - `botBubbleColor` string, required
    - `botBubbleTextColor` string, required
    - `headerGradientFrom` string, required
    - `headerGradientTo` string, required
    - `launcherSize` string, required
    - `borderRadius` string, required
    - `shadowSize` string, required
    - `inputPlaceholder` string, required
    - `suggestions` string[]
    - `hideSuggestionsOnInteract` boolean
    - `previewMessages` string[]
    - `autoShowPreviewDelay` integer
    - `showBranding` boolean
    - `privacyPolicyUrl` string, required
    - `enableLeadCapture` boolean
    - `leadCaptureKeywords` string[]
    - `leadCaptureMinutesThreshold` integer
    - `leadCaptureMessageThreshold` integer
    - `targetAgentIdForLeads` string, nullable
    - `enableBrochure` boolean
    - `brochureSuggestionText` string, required
    - `allowedDomains` string[]
    - `enableVoiceCall` boolean
    - `selectedUseCaseId` string, nullable
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, required
  - EchoConfigWithWorkspaceResponse
    - `id` string, required
    - `name` string, required
    - `information` string, nullable
    - `type` string, nullable
    - `callProvider` string, nullable
    - `enableVoiceCall` boolean

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/outcallerai/apis/fastapi.md) · [All operations](https://skmtc.net/outcallerai/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/outcallerai/fastapi/revisions/a57f684e7966/schema)
