---
title: "Get Calls Page Settings"
method: GET
path: "/settings/calls-page"
tags: ["Settings"]
---

# Get Calls Page Settings

`GET /settings/calls-page`

Get the calls page settings for the current customer.

Returns the enabled columns and metrics for the calls page.
If no settings exist, returns the defaults.

## Response `200`

Successful Response

- CallsPageSettingsResponse — Calls page settings response model
  - `customer_id` string, uuid, required
  - `enabled_columns` CallsPageColumnEnum[], required — List of enabled column identifiers in display order
  - `enabled_metrics` CallsPageMetricEnum[], required — List of enabled metric card identifiers

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/b642b91e0a5c/schema)
