---
title: "Get Workspace Settings"
method: GET
path: "/api/workspaces/{workspace_id}/settings"
---

# Get Workspace Settings

`GET /api/workspaces/{workspace_id}/settings`

## Path parameters

- `workspace_id` string, required

## Response `200`

Successful Response

- WorkspaceSettingsResponse
  - `type` string, nullable
  - `sidebarPages` string[]
  - `scheduleEnabled` boolean
  - `scheduledCallingAgentIds` string[]
  - `callbackTasksEnabled` boolean
  - `scheduledCallRetryDelayEnabled` boolean
  - `scheduledCallRetryDelayHours` integer
  - `scheduledCallMaxRetryAttempts` integer
  - `startTime` string
  - `endTime` string
  - `temperature` number
  - `agentTalksFirst` boolean
  - `interruptable` boolean
  - `vadEnabled` boolean
  - `minimumTurnDuration` integer
  - `turnEndpointDelay` integer
  - `minimumInterruptionDuration` integer
  - `sendEodReports` boolean
  - `eodReportFrequency` string
  - `enableFollowUpEmail` boolean
  - `followUpEmailFromEmail` string, nullable
  - `enableManagerTransfer` boolean
  - `enableDeviationTool` boolean
  - `enableCustomFirstMessage` boolean
  - `customFirstMessage` string, nullable
  - `callBatchSize` integer
  - `callBatchDelaySeconds` integer
  - `callProvider` string
  - `telephonyProvider` string
  - `includePreviousCallContext` boolean
  - `hasFollowUpEmailApiKey` boolean
  - `outboundNumbers` string[]
  - `inboundNumber` string

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