---
title: "listUserSettings"
method: GET
path: "/v2/users/me/settings"
tags: ["User V2"]
---

# listUserSettings

`GET /v2/users/me/settings`

List all setting scopes and keys available for the currently logged in user. Does not return setting values.

## Response `200`

List of user setting scopes and keys

- UserSettingsListResponse
  - `results` object[], required
    - `scope` string, required — User setting scope. Values are limited to 64 characters.
    - `keys` UserSettingKey[], required

---

[API](https://skmtc.net/epilot/apis/user-api.md) · [All operations](https://skmtc.net/epilot/apis/user-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/epilot/user-api/revisions/7fae886a3c99/schema)
