---
title: "Get key metrics configuration"
method: GET
path: "/home/key-metrics/configuration"
tags: ["Homepage"]
---

# Get key metrics configuration

`GET /home/key-metrics/configuration`

Retrieves the current key metrics configuration for the authenticated user.

## Response `200`

Configuration retrieved successfully

- object — Response containing the user's key metrics configuration
  - `metrics` object[], required — List of configured metrics with their visibility and time period settings
    - `metricType` string, required — Type of metric
    - `supportedTimePeriods` string[], required — List of time periods supported by this metric
    - `selectedTimePeriod` string, nullable — Currently selected time period
    - `isVisible` boolean — Whether this metric is visible on the dashboard

## Other responses

- `400` — Invalid request parameters
- `401` — Unauthorized

---

[API](https://skmtc.net/uberall/apis/uberall-api.md) · [All operations](https://skmtc.net/uberall/apis/uberall-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/uberall/uberall-api/versions/a506e82d7cbe/schema)
