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

# Get Calls Page Settings

`GET /developer/calls-page-settings`

Get the calls page settings for the current customer.

This endpoint is restricted to developer users only.
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/4a81645b59f6/schema)
