To learn more, visit the CrowdStrike documentation.

Basic Parameters

ParameterDescription
FilterOptional filter criteria in the form of an FQL query. For moreinformation about FQL queries, see FQL documentation in Falcon.

Advanced Parameters

ParameterDescription
LimitNumber of ids to return.
OffsetStarting index of overall result set from which to return ids.
SortSort by spec. Ex: name.desc.

Example Output

{  "meta": {  "query_time": "x.xxxxxxxx",  "pagination": {  "offset": x,  "limit": xxx,  "total": x  },  "powered_by": "xxxxxxxxxxxx",  "trace_id": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"  },  "resources": [  "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",  "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"  ]}

Workflow Library Example

List Custom Scripts Ids with Crowdstrike and Send Results Via Email

Preview this Workflow on desktop