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

# readAttributeActionList(completion:)

## Declaration

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

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