External DocumentationTo learn more, visit the CrowdStrike documentation.
Actions
List Aggregated Alerts
Retrieve aggregated alert data based on specified queries.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Aggregate Queries | A list of queries by which to aggregate the retrieved alerts. For example: |
| Include Hidden | Select to allow hidden alerts to be retrieved. |
{
"errors": [
{
"code": 0,
"id": "string",
"message": "string"
}
],
"meta": {
"pagination": {
"limit": 0,
"offset": 0,
"total": 0
},
"powered_by": "string",
"query_time": 0,
"trace_id": "string",
"writes": {
"resources_affected": 0
}
},
"resources": [
{
"buckets": [
{
"count": 0,
"from": 0,
"key_as_string": "string",
"string_from": "string",
"string_to": "string",
"sub_aggregates": [
null
],
"to": 0,
"value": 0,
"value_as_string": "string"
}
],
"name": "string",
"sum_other_doc_count": 0
}
]
}
Was this page helpful?