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

# Get space theme

`GET /wiki/rest/api/space/{spaceKey}/theme`

Returns the theme selected for a space, if one is set. If no space
theme is set, this means that the space is inheriting the global look
and feel settings.

**[Permissions required](https://confluence.atlassian.com/x/_AozKw)**: ‘View’ permission for the space.

## Path parameters

- `spaceKey` 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 any of the following is true: - There is no space with the given key. - The space does not have a theme assigned to it.

---

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