---
title: "readAttributeEndpointLists(completion:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusteractions/readattributeendpointlists(completion:)"
---

# readAttributeEndpointLists(completion:)

## Declaration

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

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