---
title: "Get all node settings with sensitive values redacted (requires authentication)."
method: GET
path: "/api/v1/settings"
tags: ["settings"]
---

# Get all node settings with sensitive values redacted (requires authentication).

`GET /api/v1/settings`

## Response `200`

Settings response

- SettingsResponse
  - `categories` string[]
  - `commit` string
  - `filtered` integer
  - `settings` SettingMetadata[]
    - `category` string
    - `currentValue` string
    - `defaultValue` string
    - `description` string
    - `key` string
    - `longDescription` string
    - `name` string
    - `type` string
    - `usageHint` string
  - `total` integer
  - `version` string

## Other responses

- `401` — Unauthorized
- `500` — Error response

---

[API](https://skmtc.net/bsv-blockchain/apis/teranode-asset-service-api.md) · [All operations](https://skmtc.net/bsv-blockchain/apis/teranode-asset-service-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bsv-blockchain/teranode-asset-service-api/revisions/5bc9be41e029/schema)
