---
title: "readAttributeRouteTableList(completionHandler:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusterthreadnetworkdiagnostics/readattributeroutetablelist(completionhandler:)"
---

# readAttributeRouteTableList(completionHandler:)

## Declaration

```swift
func readAttributeRouteTableList(completionHandler: @escaping @Sendable ([Any]?, (any Error)?) -> Void)
```

```swift
func readAttributeRouteTableList() async throws -> [Any]
```
