---
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

---

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