get_recipient_groups
List LogicMonitor recipient groups, filter by name, and fetch complete recipient details per group when needed.
Instructions
List recipient groups
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results | |
| detail | No | When true, fetch each group's full recipient list via an extra GET per group. Off by default to avoid N+1 API calls. | |
| name_filter | No | Filter by group name (supports wildcards) |