---
title: "readAttributeServerList(completionHandler:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusterdescriptor/readattributeserverlist(completionhandler:)"
---

# readAttributeServerList(completionHandler:)

## Declaration

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

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