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

# Get Chats Page Settings

`GET /settings/chats-page`

Get the chats page settings for the current customer.

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

## Response `200`

Successful Response

- ChatsPageSettingsResponse — Chats page settings response model
  - `customer_id` string, uuid, required
  - `enabled_columns` ChatsPageColumnEnum[], required — List of enabled column identifiers in display order
  - `enabled_metrics` ChatsPageMetricEnum[], 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)
