Get FalconNgsCaseNotificationGroup - CrowdStrike/psfalcon GitHub Wiki

Get-FalconNgsCaseNotificationGroup

SYNOPSIS

Search for Falcon NGSIEM case notification groups

DESCRIPTION

Requires 'Case Templates: Read'.

PARAMETERS

Name Type Description Min Max Allowed Pipeline PipelineByName
Id String[] Notification group identifier X X
Filter String Falcon Query Language expression to limit results
Limit Int32 Maximum number of results per request
Offset Int32 Position to begin retrieving results
Detailed Switch Retrieve detailed information
All Switch Repeat requests until all available results are retrieved
Total Switch Display total result count instead of results

SYNTAX

Get-FalconNgsCaseNotificationGroup [[-Filter] <String>] [[-Limit] <Int32>] [-Offset <Int32>] [-Detailed] [-All] [-Total] [-WhatIf] [-Confirm] [<CommonParameters>]
Get-FalconNgsCaseNotificationGroup -Id <String[]> [-WhatIf] [-Confirm] [<CommonParameters>]

REFERENCE

Endpoints

GET /casemgmt/entities/notification-groups/v1
GET /casemgmt/queries/notification-groups/v1

falconpy

queries_notification_groups_get_v1
entities_notification_groups_get_v1

USAGE

2025-08-11: PSFalcon v2.2.9

⚠️ **GitHub.com Fallback** ⚠️