---
title: "getProgramGuide(with:completion:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusterchannel/getprogramguide(with:completion:)"
---

# getProgramGuide(with:completion:)

Command GetProgramGuide

## Declaration

```swift
func getProgramGuide(with params: MTRChannelClusterGetProgramGuideParams?, completion: @escaping @Sendable (MTRChannelClusterProgramGuideResponseParams?, (any Error)?) -> Void)
```

```swift
func programGuide(with params: MTRChannelClusterGetProgramGuideParams?) async throws -> MTRChannelClusterProgramGuideResponseParams
```

## Discussion

Discussion This command retrieves the program guide. It accepts several filter parameters to return specific schedule and program information from a content app. The command shall receive in response a ProgramGuideResponse.
