---
title: "readAttributeGroupTable(with:completionHandler:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclustergroupkeymanagement/readattributegrouptable(with:completionhandler:)"
---

# readAttributeGroupTable(with:completionHandler:)

## Declaration

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

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