---
title: "Get current active node parameters"
method: GET
path: "/node"
tags: ["node"]
---

# Get current active node parameters

`GET /node`

Redirects to the current active node parameters, same as api/node.

## Response `200`

Successful operation

- union
  - object[]
  - object

## Other responses

- `415` — The client sent a request body in an unsupported format. The client SHOULD change the request body format before retrying the request.

## Changes

- **2026-08-21** `7996e8479177` — 1 breaking
  - removed the media type `application/vnd.api+json` for the response with the status `200`
- **2025-09-10** `21e4b0112d12` — 1 breaking, 2 info
  - response body list-of-types was widened by adding types `array` to media type `application/json` of response `200`
  - added the media type `application/vnd.api+json` for the response with the status `200`
  - added the non-success response with the status `415`
- **2023-05-10** `54157cc83c30` — 1 breaking, 1 warning, 2 info
  - removed the media type `application/vnd.api+json` for the response with the status `200`
  - the optional response header `Content-Type` removed for the status `200`
  - response body list-of-types was narrowed by removing types `array` from media type `application/json` of response `200`
  - removed the non-success response with the status `415`

[Change history](https://skmtc.dev/openthread/apis/swagger-openthread-rest-api/changes/node/get.md)

---

[API](https://skmtc.dev/openthread/apis/swagger-openthread-rest-api.md) · [All operations](https://skmtc.dev/openthread/apis/swagger-openthread-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openthread/swagger-openthread-rest-api/revisions/c3799941c155/schema)
