Skip to content

I am using the API to download scheduled #861

Answered by crowdstrikedcs
Siva700 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @Siva700 thanks for the question!

We do provide a Service Collection for the Scheduled Reports API here

The one caveat being that scheduled reports are currently only able to be created from the Falcon UI.

Generally, after the creation of a scheduled report, we can use FalconPy to:

  1. Query for scheduled reports a proper query will return a report ID that we will use later for getting report details.

  2. Launch (execute) a scheduled report. If a report has not yet run on it's schedule we can run it manually. This also should meet the need of ad-hoc execution.

  3. Get the report details allowing you to receive output from the report

We have some coding examples included with the documenta…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@Siva700
Comment options

@Siva700
Comment options

@crowdstrikedcs
Comment options

Answer selected by jshcodes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
API usage General API usage issues and questions SDK usage General SDK usage issues and questions reports Reporting questions or issues
2 participants