report_executions

CrowdStrike FalconPy
CrowdStrike FalconPy

CrowdStrike Subreddit

Falcon Report Executions samples

The examples within this folder focus on leveraging CrowdStrike's Falcon Report Executions API.

Download all report runs

Accepts a scheduled report ID and then downloads all successful results from all runs of the report. Reports are downloaded in either JSON or CSV format depending on report configuration.

Running the program

In order to run this demonstration, you you will need access to CrowdStrike API keys with the following scopes:

Service Collection
Scope

Report Executions

READ

Execution syntax

This sample leverages simple command-line arguments to implement functionality.

Basic usage

Download all reports for a specific report ID

Command-line help

Command-line help is available via the -h argument.

Example source code

The source code for these examples can be found here:

Last updated

Was this helpful?