---
title: "Get project features"
method: GET
path: "/rest/api/3/project/{projectIdOrKey}/features"
tags: ["Project features"]
---

# Get project features

`GET /rest/api/3/project/{projectIdOrKey}/features`

Returns the list of features for a project.

## Path parameters

- `projectIdOrKey` string, required

## Response `200`

Returned if the request is successful.

- ContainerForProjectFeatures — The list of features on a project.
  - `features` ProjectFeature[] — The project features.
    - `feature` string — The key of the feature.
    - `imageUri` string — URI for the image representing the feature.
    - `localisedDescription` string — Localized display description for the feature.
    - `localisedName` string — Localized display name for the feature.
    - `prerequisites` string[] — List of keys of the features required to enable the feature.
    - `projectId` integer — The ID of the project.
    - `state` 'ENABLED' | 'DISABLED' | 'COMING_SOON' — The state of the feature. When updating the state of a feature, only ENABLED and DISABLED are supported. Responses can contain all values
    - `toggleLocked` boolean — Whether the state of the feature can be updated.

## Other responses

- `400` — Returned if the request is not valid.
- `401` — Returned if the authentication credentials are incorrect or missing.
- `403` — Returned if the user does not have the required permissions.
- `404` — Returned if the project is not found.

---

[API](https://skmtc.net/atlassian/apis/the-jira-cloud-platform-rest-api-2.md) · [All operations](https://skmtc.net/atlassian/apis/the-jira-cloud-platform-rest-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/the-jira-cloud-platform-rest-api-2/versions/5a51740d7ab3/schema)
