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

# Get theme

`GET /wiki/rest/api/settings/theme/{themeKey}`

Returns a theme. This includes information about the theme name,
description, and icon.

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

## Path parameters

- `themeKey` string, required

## Response `200`

Returned if the requested theme is returned.

- Theme
  - `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
  - `_links` GenericLinks

## Other responses

- `404` — Returned if there is no theme with the given key.

---

[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)
