---
title: "readAttributeListFabricScoped(with:completion:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusterunittesting/readattributelistfabricscoped(with:completion:)"
---

# readAttributeListFabricScoped(with:completion:)

## Declaration

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

```swift
func readAttributeListFabricScoped(with params: MTRReadParams?) async throws -> [Any]
```
