---
title: "Get current pending operational dataset"
method: GET
path: "/node/dataset/pending"
tags: ["node"]
---

# Get current pending operational dataset

`GET /node/dataset/pending`

## Response `200`

Returns currently pending operational dataset

- PendingDataset
  - `ActiveDataset` union
    - ActiveDataset
      - `ActiveTimestamp` Timestamp
        - `Seconds` integer — Timestamp seconds
        - `Ticks` integer — Timestamp ticks
        - `Authoritative` boolean
      - `NetworkKey` string — Network key, 16 bytes long, formatted as a hexadecimal string
      - `NetworkName` string — Network name, 16 bytes long
      - `ExtPanId` string — Extended PAN ID, 8 bytes long, formatted as a hexadecimal string
      - `MeshLocalPrefix` string — Mesh local IPv6 prefix
      - `PanId` integer — IEEE 802.15.4 PAN ID of the Thread network
      - `Channel` integer — IEEE 802.15.4 channel of the Thread network
      - `PSKc` string — The pre-shared commissioner key
      - `SecurityPolicy` SecurityPolicy
        - `RotationTime` integer — Thread key rotation time in hours
        - `ObtainNetworkKey` boolean — Obtaining the Network Key for out-of-band commissioning is enabled
        - `NativeCommissioning` boolean — Native Commissioning using PSKc is allowed
        - `Routers` boolean — Thread 1.0/1.1.x Routers are enabled
        - `ExternalCommissioning` boolean — External Commissioner authentication is allowed
        - `CommercialCommissioning` boolean — Commercial Commissioning is enabled
        - `AutonomousEnrollment` boolean — Autonomous Enrollment is enabled
        - `NetworkKeyProvisioning` boolean — Network Key Provisioning is enabled
        - `TobleLink` boolean — ToBLE link is enabled
        - `NonCcmRouters` boolean — Non-CCM Routers enabled
      - `ChannelMask` integer — Channel mask
    - string — Operational dataset as hex-encoded TLVs.
  - `PendingTimestamp` Timestamp
    - `Seconds` integer — Timestamp seconds
    - `Ticks` integer — Timestamp ticks
    - `Authoritative` boolean
  - `Delay` integer — Delay timer in milliseconds

## Other responses

- `204` — No pending operational dataset

## Changes

- **2023-05-10** `54157cc83c30` — 3 warning, 3 info
  - removed the optional property `activeDataset` from the response with the `200` status
  - removed the optional property `delay` from the response with the `200` status
  - removed the optional property `pendingTimestamp` from the response with the `200` status
  - added the optional property `ActiveDataset` to the response with the `200` status
  - …2 more

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