Get FalconAlert - CrowdStrike/psfalcon GitHub Wiki
Search for alerts
Requires 'Alerts: Read'.
| Name | Type | Description | Min | Max | Allowed | Pipeline | PipelineByName |
|---|---|---|---|---|---|---|---|
| Id | String[] | Alert identifier | X | X | |||
| IncludeHidden | Boolean | Include hidden alerts when retrieving results by identifier | |||||
| Filter | String | Falcon Query Language expression to limit results | |||||
| Query | String | Perform a generic substring search across available fields | |||||
| Sort | String | Property and direction to sort results | |||||
| Limit | Int32 | Maximum number of results per request | 1 |
10000 |
|||
| Offset | Int32 | Position to begin retrieving results | |||||
| After | String | Pagination token to retrieve the next set of 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 |
Get-FalconAlert [[-Filter] <String>] [[-Query] <String>] [[-Sort] <String>] [[-Limit] <Int32>] [-Offset <Int32>] [-All] [-Total] [-WhatIf] [-Confirm] [<CommonParameters>]Get-FalconAlert -Id <String[]> [[-IncludeHidden] <Boolean>] [-WhatIf] [-Confirm] [<CommonParameters>]Get-FalconAlert [-Filter] <String> [[-Sort] <String>] [[-Limit] <Int32>] [-After <String>] -Detailed [-All] [-Total] [-WhatIf] [-Confirm] [<CommonParameters>]GET /alerts/queries/alerts/v2
POST /alerts/combined/alerts/v1
POST /alerts/entities/alerts/v2
GetQueriesAlertsV2
PostEntitiesAlertsV2
PostCombinedAlertsV1
Get-FalconAlert -Filter "data_domains:'Identity'" [-Detailed] [-All]Get-FalconAlert -Filter "data_domains:'Endpoint'" [-Detailed] [-All]Get-FalconAlert -Filter "assigned_to_name:'Example Username'" [-Detailed] [-All]2025-09-19: PSFalcon v2.2.9
