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

# Get project property

`GET /rest/api/2/project/{projectIdOrKey}/properties/{propertyKey}`

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

This operation can be accessed anonymously.

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

## Path parameters

- `projectIdOrKey` string, required
- `propertyKey` string, required

## Response `200`

Returned if the request is successful.

- EntityProperty — An entity property, for more information see [Entity properties](https://developer.atlassian.com/cloud/jira/platform/jira-entity-properties/).
  - `key` string — The key of the property. Required on create and update.
  - `value` unknown

## 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 or property is not found.

---

[API](https://skmtc.dev/atlassian/apis/the-jira-cloud-platform-rest-api.md) · [All operations](https://skmtc.dev/atlassian/apis/the-jira-cloud-platform-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/atlassian/the-jira-cloud-platform-rest-api/revisions/40fd882d2209/schema)
