Skip to content

Scheduled Reports

Accessing and managing CrowdStrike Falcon scheduled reports and scheduled searches

  • Scheduled Reports: READ

Required scopes: Scheduled Reports: READ

Download the results of a completed report execution.

Only works for executions with status=‘DONE’. Check status first using falcon_search_report_executions. Returns CSV string or JSON records depending on the report’s configured format. PDF format is not supported.

Example prompts:

  • “Download the results for report execution abc123”

Required scopes: Scheduled Reports: READ

Launch a scheduled report or search on demand.

Executes the report immediately outside its recurring schedule. Returns execution records containing an execution ID that can be tracked with falcon_search_report_executions and downloaded with falcon_download_report_execution when complete.

Example prompts:

  • “Run scheduled report abc123 now”

Required scopes: Scheduled Reports: READ

Search for report/search execution history.

Use this to find executions by status, report ID, or completion date. Consult falcon://scheduled-reports/executions/search/fql-guide before constructing filter expressions. Returns full execution details including status and timestamps. Responses include pagination.total (the total number of records matching the filter, or null when the API does not report a count) — use it to answer “how many” questions.

Example prompts:

  • “Show me completed executions for report abc123”

Required scopes: Scheduled Reports: READ

Search for scheduled reports and searches in your CrowdStrike environment.

Use this to find reports by status, type, creator, or creation date. Consult falcon://scheduled-reports/search/fql-guide before constructing filter expressions. Returns full report/search entity details including schedule configuration. Responses include pagination.total (the total number of records matching the filter, or null when the API does not report a count) — use it to answer “how many” questions.

Example prompts:

  • “Show me all active scheduled reports”
  • falcon://scheduled-reports/search/fql-guide: Contains the guide for the filter param of the falcon_search_scheduled_reports tool.
  • falcon://scheduled-reports/executions/search/fql-guide: Contains the guide for the filter param of the falcon_search_report_executions tool.