CrowdStrike Falcon

Download 57
Last updated Sep 16, 2026

crowdstrike-falcon-scheduled-searches

Lists the execution history of CrowdStrike Falcon scheduled searches.

Syntax

crowdstrike-falcon-scheduled-searches [profile=STRING] [name=STRING] [duration=STRING] [from=DATETIME] [to=DATETIME] [order=STRING] [only-success=BOOL] [only-last=BOOL]

Options

profile=STRING
Optional. Connect profile code of CrowdStrike Falcon
name=STRING
Optional. Scheduled search names for filtering (comma-separated). If not specified, all scheduled searches will be processed.
duration=STRING
Optional. Scan only recent data. You should use s(second), m(minute), h(hour), d(day), mon(month) time unit. For example, 10s means data from 10 seconds earlier.
from=DATETIME
Optional. Start time of range. yyyyMMddHHmmss format. If you omit time part, it will be padded by zero.
to=DATETIME
Optional. End time of range. yyyyMMddHHmmss format. If you omit time part, it will be padded by zero.
order=STRING
Optional. Retrieve direction. desc or asc (default: desc). Cannot be used together with the only-last option.
only-success=BOOL
Optional. Retrieve only successful execution result. t or f (default: f)
only-last=BOOL
Optional. Retrieve only the latest execution result. t or f (default: f). The order option cannot be used together.

Output fields

FieldTypeNameDescription
profileStringConnect profileConnect profile code
idStringIDSearch ID
nameStringNameSearch name
createdDateCreatedSearch creation time
finish_timeDateFinish TimeSearch finish time
result_countIntResult CountNumber of results
fromDateFromSearch window start time
toDateToSearch window end time
durationIntDurationSearch duration in milliseconds
statusStringStatusSearch status
expire_timeDateExpire TimeSearch expiry time
formatStringFormatReport format (json, csv, pdf)