---
title: "Get space suggested content states"
method: GET
path: "/wiki/rest/api/space/{spaceKey}/state"
tags: ["Content states"]
---

# Get space suggested content states

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

Get content states that are suggested in the space.

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

## Path parameters

- `spaceKey` string, required

## Response `200`

Returned if the requested space exists, and user has space view permission.

- ContentState[] — Space suggested content states that users can choose from
  - `id` integer, required — identifier of content state. If 0, 1, or 2, this is a default space state
  - `name` string, required — name of content state.
  - `color` string, required — hex string representing color of state

## Other responses

- `401` — Returned if the authentication credentials are incorrect or missing from the request.
- `403` — Returned if user does not have space admin permission.
- `404` — Returned if the space with given key can not be found.

---

[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/versions/70088490f406/schema)
