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

# Get project property keys

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

Returns all [project property](https://developer.atlassian.com/cloud/jira/platform/storing-data-without-a-database/#a-id-jira-entity-properties-a-jira-entity-properties) keys for the project.

This operation can be accessed anonymously.

**[Permissions](#permissions) required:** *Browse Projects* [project permission](https://confluence.atlassian.com/x/yodKLg) for the project.

## Path parameters

- `projectIdOrKey` string, required

## Response `200`

Returned if the request is successful.

- PropertyKeys — List of property keys.
  - `keys` PropertyKey[] — Property key details.
    - `key` string — The key of the property.
    - `self` string — The URL of the property.

## Other responses

- `400` — Returned if the request is not valid.
- `401` — Returned if the authentication credentials are incorrect.
- `403` — Returned if the user does not have permission to view the project.
- `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)
