The following permission is required to run this action:

  • assets:read scope.

To learn more, visit the CrowdStrike documentation.

Basic Parameters

ParameterDescription
FilterFilter the results based on FQL queries guidelines.

Advanced Parameters

ParameterDescription
LimitThe maximum number of records to return. [1-100]. Default value: 100.
OffsetThe zero-based position of the first record to return. Default value: 0.
SortSort applications by their properties.The format of the sort criteria is: field|direction. Direction can be either asc (ascending) or desc (descending) order.For example: last_used_timestamp|asc.

Example Output

{    "resources": [        "5dxxxxxxxxxx9e",        "5dxxxxxxxxxxdf",        "5dxxxxxxxxxx21"    ]}

Workflow Library Example

List Applications with Crowdstrike and Send Results Via Email

Preview this Workflow on desktop