---
title: "Get user hotkeys"
method: GET
path: "/api/current-user/hotkeys/"
tags: ["Users"]
---

# Get user hotkeys

`GET /api/current-user/hotkeys/`

Retrieve the current user’s account hotkeys, or their stored personal override for the optional project scope.

## Query parameters

- `project` integer

## Response `200`

- Hotkeys
  - `custom_hotkeys` object, required

## Other responses

- `400` — The project parameter is invalid.
- `401` — Authentication credentials were not provided or are invalid.
- `403` — The user does not have access to the requested project.
- `404` — The project does not exist in the user’s active organization.
- `500` — An unexpected server error occurred.

---

[API](https://skmtc.net/humansignal/apis/label-studio-api.md) · [All operations](https://skmtc.net/humansignal/apis/label-studio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/humansignal/label-studio-api/revisions/1d13f90af57a/schema)
