---
title: "Get properties keys"
method: GET
path: "/rest/agile/1.0/sprint/{sprintId}/properties"
tags: ["Sprint"]
---

# Get properties keys

`GET /rest/agile/1.0/sprint/{sprintId}/properties`

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

## Path parameters

- `sprintId` string, required

## Response `200`

Returned if the sprint with given id exists.

## Other responses

- `400` — Returned if the sprintId is invalid (negative or not a number).
- `401` — Returned if the calling user is not authenticated.
- `403` — Returned if the calling user does not have permission to view the sprint.
- `404` — Returned if the sprint with given id does not exist.

---

[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/revisions/4e108d54b990/schema)
