---
title: "viewGroup(with:completion:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclustergroups/viewgroup(with:completion:)"
---

# viewGroup(with:completion:)

## Declaration

```swift
func viewGroup(with params: MTRGroupsClusterViewGroupParams, completion: @escaping @Sendable (MTRGroupsClusterViewGroupResponseParams?, (any Error)?) -> Void)
```

```swift
func viewGroup(with params: MTRGroupsClusterViewGroupParams) async throws -> MTRGroupsClusterViewGroupResponseParams
```
