---
title: "Get issue property keys"
method: GET
path: "/rest/api/3/issue/{issueIdOrKey}/properties"
tags: ["Issue properties"]
---

# Get issue property keys

`GET /rest/api/3/issue/{issueIdOrKey}/properties`

Returns the URLs and keys of an issue's properties.

This operation can be accessed anonymously.

**[Permissions](#permissions) required:** Property details are only returned where the user has:

 *  *Browse projects* [project permission](https://confluence.atlassian.com/x/yodKLg) for the project containing the issue.
 *  If [issue-level security](https://confluence.atlassian.com/x/J4lKLg) is configured, issue-level security permission to view the issue.

## Path parameters

- `issueIdOrKey` 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

- `404` — Returned if the issue is not found or the user does not have permissions to view the issue.

---

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