---
title: "Get properties keys"
method: GET
path: "/rest/servicedeskapi/organization/{organizationId}/property"
tags: ["Organization"]
---

# Get properties keys

`GET /rest/servicedeskapi/organization/{organizationId}/property`

Returns the keys of all organization properties. Organization properties are a type of entity property which are available to the API only, and not shown in Jira Service Management. [Learn more](https://developer.atlassian.com/cloud/jira/platform/jira-entity-properties/).

To get organization detail field values which are visible in Jira Service Management, see the [Customer Service Management REST API](https://developer.atlassian.com/cloud/customer-service-management/rest/v1/api-group-organization/#api-group-organization).

**[Permissions](#permissions) required**: Any

**Response limitations**: Customers can only access properties of organizations of which they are members.

## Path parameters

- `organizationId` string, required

## Response `200`

Returned if the organization was found.

- 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 organization ID is invalid.
- `401` — Returned if the user is not logged in.
- `403` — Returned if the user does not have permission to complete this request.
- `404` — Returned if the organization does not exist.
- `500` — Internal Server Error.

---

[API](https://skmtc.net/atlassian/apis/service-management-public-rest-api.md) · [All operations](https://skmtc.net/atlassian/apis/service-management-public-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/service-management-public-rest-api/revisions/8fd2ad4c779b/schema)
