---
title: "GET /capabilities/phy/{eui64}"
method: GET
path: "/capabilities/phy/{eui64}"
---

# GET /capabilities/phy/{eui64}

`GET /capabilities/phy/{eui64}`

Return the PHY capabilites of the node indicated by the EUI64. When the EUI64 parameter is that of the serving node, the serving node's capabilities are returned. Otherwise, the capabilities of the neighbor indicated by the EUI64 are returned.

## Path parameters

- `eui64` string, required

## Response `200`

The PHY capabilities.

- PhyCapabilities — The PHY capabilities of a node (modeled after POM-IE)
  - `mdrCmdCapable` boolean — MUST be set to true if the node implements the MDR Command capability, otherwise false.
  - `phyOpModes` integer[] — The list of PHY Operating modes supported by the device. Each entry in the array MUST be a PhyModeID value defined in section 5.2 of [PHYTPS]

## Other responses

- `default` — Unknown error occurred

## Changes

- **2023-07-24** `0c6bf7b94766` — 1 info
  - endpoint added
- **2023-07-24** `11bc7842d64c` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/siliconlabs/apis/tbu-api/changes/capabilities/phy/:eui64/get.md)

---

[API](https://skmtc.dev/siliconlabs/apis/tbu-api.md) · [All operations](https://skmtc.dev/siliconlabs/apis/tbu-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/siliconlabs/tbu-api/revisions/8cd71e20a00d/schema)
