---
title: "GET /config/neighborTable"
method: GET
path: "/config/neighborTable"
---

# GET /config/neighborTable

`GET /config/neighborTable`

Return the Neighbor Table populated on a Router.

## Response `200`

The Neighbor Table populated on the Router.

- NeighborTableEntry[]
  - `eui64` string, required — The EUI64 of the neighbor device.
  - `etx` integer, required — ETX EWMA of the neighbor device.
  - `rsl` integer, required — RSL EWMA of the neighbor device.
  - `rssi` integer, required — Raw RSSI for the neighbor device.
  - `panSize` integer, required — The device's reported PAN size.
  - `routingCost` integer, required — The device's reported routing cost.
  - `ipAddresses` string[], required — The IP addresses of the neighbor device. IPv6 address strings are formatted per RFC 5952.
  - `timeSinceLastRx` integer, required — msec since last Rx from the neighbor device.
  - `isParentStatus` 0 | 1 | 2, required — The RPL parent status of the neighbor. 0 means the neighbor is not a RPL parent, 1 means the neighbor is a RPL parent, 2 means the neighbor is the preferred RPL parent.

## Other responses

- `default` — Unknown error occurred

---

[API](https://skmtc.net/siliconlabs/apis/tbu-api.md) · [All operations](https://skmtc.net/siliconlabs/apis/tbu-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/siliconlabs/tbu-api/versions/8475de394ee2/schema)
