---
title: "Get app property (Forge)"
method: GET
path: "/rest/forge/1/app/properties/{propertyKey}"
tags: ["App properties"]
---

# Get app property (Forge)

`GET /rest/forge/1/app/properties/{propertyKey}`

Returns the value of a Forge app's property.

**[Permissions](#permissions) required:** Only Forge apps can make this request. This API can only be accessed using **[asApp()](https://developer.atlassian.com/platform/forge/apis-reference/fetch-api-product.requestjira/#method-signature)** requests from Forge.

## Path parameters

- `propertyKey` string, required

## Response `200`

Returned if the request is successful.

- object
  - `key` string
  - `value` unknown

## Other responses

- `400` — Returned if the property key is longer than 127 characters.
- `401` — Returned if the authentication credentials are incorrect or missing.
- `403` — Returned if the request isn't made directly by an app or if it's an impersonated request.
- `404` — Returned if the property isn't found or doesn't belong to the app.

---

[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/7e9af75061ea/schema)
