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

# readAttributeClientList(completion:)

## Declaration

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

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