---
title: "List custom themes"
method: GET
path: "/analytics/v1/settings/themes"
tags: ["Settings"]
---

# List custom themes

`GET /analytics/v1/settings/themes`

Returns the list of custom color themes defined for your account.

## Response `200`

OK - The request succeeded.

- object
  - `rowCount` integer — Total number of custom themes in the result set.
  - `themes` CustomTheme[]
    - `id` string, required — The unique identifier of the custom theme.
    - `name` string, required — The display name of the custom theme.
    - `primaryColor` string, required — A color in hex notation. Accepts `#RGB`, `#RRGGBB`, or `#RRGGBBAA`.
    - `colors` ThemeColors, required — Palettes for light and dark display modes. Each palette must contain between 1 and 32 hex colors.
      - `light` HexColor[], required — Colors used when the report is displayed in light mode.
      - `dark` HexColor[], required — Colors used when the report is displayed in dark mode.
    - `createTime` string, date-time — The creation time of the custom theme.
    - `updateTime` string, date-time — The time when the custom theme was last updated.

## Other responses

- `401` — Unauthorized - Invalid API key.
- `403` — Forbidden - The client is not authorized to perform the request.
- `404` — Not Found - The requested resource does not exist.

---

[API](https://skmtc.dev/doit/apis/doit-cloud-intelligence.md) · [All operations](https://skmtc.dev/doit/apis/doit-cloud-intelligence/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/doit/doit-cloud-intelligence/revisions/9416402fc119/schema)
