Reports (Falcon Intelligence)
: Read.Parameter | Description |
---|---|
Filter | Filter the results by a FQL query. For a complete list of filterable properties and syntax guidance, refer to the CrowdStrike API documentation. |
Query | Search term that matches against all fields of all adversaries. |
Return All Pages | Automatically fetch all resources, page by page. |
Parameter | Description |
---|---|
Limit | The number of results to return. |
Offset | The offset to start retrieving records from. |
Sort | Sort applications by their properties. The format of the sort criteria is: field|direction . Direction can be either asc (ascending) or desc (descending) order. |
{
"meta": {
"pagination": {
"offset": 0,
"limit": 10,
"total": 3
},
"query_time": 0.363
},
"resources": [
"7015",
"9623",
"2231"
]
}
Was this page helpful?