---
title: "Get themes"
method: GET
path: "/wiki/rest/api/settings/theme"
tags: ["Themes"]
---

# Get themes

`GET /wiki/rest/api/settings/theme`

Returns all themes, not including the default theme.

**[Permissions](https://confluence.atlassian.com/x/_AozKw) required**: None

## Query parameters

- `start` integer
- `limit` integer

## Response `200`

Returned if the requested themes are returned.

- ThemeArray
  - `results` ThemeNoLinks[], required
    - `themeKey` string, required
    - `name` string
    - `description` string
    - `icon` Icon, nullable — This object represents an icon. If used as a profilePicture, this may be returned as null, depending on the user's privacy setting.
      - `path` string, required
      - `width` integer, required
      - `height` integer, required
      - `isDefault` boolean, required
  - `start` integer, required
  - `limit` integer, required
  - `size` integer, required
  - `_links` GenericLinks, required

---

[API](https://skmtc.net/atlassian/apis/the-confluence-cloud-rest-api.md) · [All operations](https://skmtc.net/atlassian/apis/the-confluence-cloud-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/the-confluence-cloud-rest-api/revisions/70088490f406/schema)
