---
title: "readAttributePhaseList(completion:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusteroperationalstate/readattributephaselist(completion:)"
---

# readAttributePhaseList(completion:)

## Declaration

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

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