---
title: "Retrieve Node Settings"
method: GET
path: "/nodes/{node_id}/settings/"
tags: ["Nodes"]
---

# Retrieve Node Settings

`GET /nodes/{node_id}/settings/`

Retrieve the settings for a specific node.   This includes details such as whether wiki functionality is enabled, if comments are enabled, and other configurable settings.
#### Permissions
 - Public nodes expose a subset of settings.
 - Private nodes require read permissions to view full settings.

#### Returns
 - A JSON object with a `data` key containing the node's settings.

## Path parameters

- `node_id` string, required

## Response `200`

Successfully retrieved node settings.

## Other responses

- `401` — Unauthorized. Authentication is required.
- `403` — Forbidden. You do not have permission to access node settings.
- `404` — Not Found. No node matches the given ID.

---

[API](https://skmtc.net/osf/apis/osf-apiv2-documentation.md) · [All operations](https://skmtc.net/osf/apis/osf-apiv2-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/osf/osf-apiv2-documentation/versions/ca701048eb0d/schema)
