Get a list of custom-script ID’s that are available to the user for the runscript command.
External DocumentationTo learn more, visit the CrowdStrike documentation.

Basic Parameters

ParameterDescription
FilterOptional filter criteria in the form of an FQL query. For more
information about FQL queries, see FQL documentation in Falcon.
Return All PagesAutomatically fetch all resources, page by page.

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
Workflow LibraryPreview this Workflow on desktop