List Applications
List application IDs and filter using Falcon Query Language (FQL).
The following permission is required to run this action:
assets:read
scope.
External Documentation
To learn more, visit the CrowdStrike documentation.
Basic Parameters
Parameter | Description |
---|---|
Filter | Filter the results based on FQL queries guidelines. |
Advanced Parameters
Parameter | Description |
---|---|
Limit | The maximum number of records to return. [1-100]. Default value: 100. |
Offset | The zero-based position of the first record to return. Default value: 0. |
Sort | Sort applications by their properties. The format of the sort criteria is: `field |
Example Output
{
"resources": [
"5dxxxxxxxxxx9e",
"5dxxxxxxxxxxdf",
"5dxxxxxxxxxx21"
]
}
Workflow Library Example
List Applications with Crowdstrike and Send Results Via Email
Preview this Workflow on desktop