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

# readAttributeServerList(completion:)

## Declaration

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

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