---
title: "Get board property keys"
method: GET
path: "/rest/agile/1.0/board/{boardId}/properties"
tags: ["Board"]
---

# Get board property keys

`GET /rest/agile/1.0/board/{boardId}/properties`

Returns the keys of all properties for the board identified by the id. The user who retrieves the property keys is required to have permissions to view the board.

## Path parameters

- `boardId` string, required

## Response `200`

Returned if the board with given id exists.

## Other responses

- `400` — Returned if the boardId is invalid (negative or not a number).
- `401` — Returned if the calling user is not authenticated.
- `404` — Returned if the board with given id does not exist, or if the property with given key is not found, or the user doesn't have permissions to see it.

---

[API](https://skmtc.net/atlassian/apis/jira-software-cloud-api.md) · [All operations](https://skmtc.net/atlassian/apis/jira-software-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/jira-software-cloud-api/versions/4e108d54b990/schema)
