---
title: "Get current joiner data"
method: GET
path: "/node/commissioner/joiner"
tags: ["node"]
---

# Get current joiner data

`GET /node/commissioner/joiner`

## Response `200`

Returns an array of currently active joiners

- JoinerData[]
  - `pskd` string — Joining device's pre-shared key
  - `joinerId` string — A string of the EUI-64, Discerner, or "*", mutually exclusive with `eui` and `discerner`.
  - `eui` string — A string of the EUI-64, mutually exclusive with `joinerId` and `discerner`.
  - `discerner` string — A discerner in the form of the discerner hex value (optionally with leading 0x) and bit length separated by a '/'. Field is mutually exclusive with `joinerId` and `eui`.
  - `timeout` integer — Joiner expiration time in milliseconds on response and seconds on request

## Changes

- **2026-07-20** `a62dd7e2debc` — 1 warning, 1 info
  - removed the optional property `items/eui64` from the response with the `200` status
  - added the optional property `items/eui` to the response with the `200` status
- **2025-09-10** `21e4b0112d12` — 5 warning, 5 info
  - removed the optional property `items/Discerner` from the response with the `200` status
  - removed the optional property `items/Eui64` from the response with the `200` status
  - removed the optional property `items/JoinerId` from the response with the `200` status
  - removed the optional property `items/Pksd` from the response with the `200` status
  - …6 more
- **2024-12-16** `7d8f31f26205` — 1 info
  - endpoint added
- **2023-05-10** `54157cc83c30` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/openthread/apis/swagger-openthread-rest-api/changes/node/commissioner/joiner/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)
