Get-FalconAlert
Search for alerts in the CrowdStrike Falcon platform. Required Permission:Alerts: Read
Syntax
Parameters
Alert identifier(s). Can be provided via pipeline.Aliases:
composite_ids, composite_id, idsInclude hidden alerts when retrieving results by identifier.
Falcon Query Language (FQL) expression to limit results.Must be a valid FQL statement.
Perform a generic substring search across available fields.Aliases:
qProperty and direction to sort results.
Maximum number of results per request.Range: 1-10000 (maximum 1000 when using
-Detailed)Position to begin retrieving results (used for pagination).
Pagination token to retrieve the next set of results (used with
-Detailed).Retrieve detailed information for alerts.Required when using the combined endpoint.
Repeat requests until all available results are retrieved.
Display total result count instead of results.
Examples
Related Links
Invoke-FalconAlertAction
Perform actions on alerts in the CrowdStrike Falcon platform. Required Permission:Alerts: Write
Syntax
Parameters
Action to perform on the alert(s).Valid values:
add_tag- Add a tag to the alertappend_comment- Add a comment to the alertassign_to_name- Assign alert to a user by nameassign_to_user_id- Assign alert to a user by IDassign_to_uuid- Assign alert to a user by UUIDremove_tag- Remove a specific tag from the alertremove_tags_by_prefix- Remove tags matching a prefixshow_in_ui- Show/hide alert in UIunassign- Unassign the alertupdate_status- Update the alert status
Value for the chosen action (e.g., tag name, comment text, user ID, status value).
One or more hashtables defining multiple name/value pairs for batch operations.Aliases:
action_parametersExample: @(@{name='add_tag'; value='investigated'}, @{name='update_status'; value='in_progress'})Include hidden alerts when performing action.Default:
$trueAliases: include_hiddenAlert identifier(s). Can be provided via pipeline.Aliases:
composite_ids, composite_id, idsExamples
Notes
- Maximum of 1000 alert IDs can be processed per request
- When using
-Action, multiple operations can be performed in a single API call - The
-IncludeHiddenparameter defaults to$truewhen not specified