Skip to main content

Launch Scheduled Report

Launch scheduled reports executions for the provided report IDs.

Parameters

ParameterDescription
IDThe scheduled_report id to launch.
Can be obtained using the List Scheduled Reports action.

Example Output

{
"errors": [
{
"code": 0,
"id": "string",
"message": "string"
}
],
"meta": {
"pagination": {
"limit": 0,
"offset": 0,
"total": 0
},
"powered_by": "string",
"query_time": 0,
"trace_id": "string",
"writes": {
"resources_affected": 0
}
},
"resources": [
{
"can_write": false,
"created_on": "date-time",
"customer_id": "string",
"execution_metadata": {
"retry_allowed": false,
"retry_performed": false,
"retry_report_execution_id": "string",
"subtype": "string",
"unscheduled_execution_type": "string"
},
"expiration_on": "date-time",
"id": "string",
"job_reference": "string",
"last_updated_on": "date-time",
"report_file_reference": "string",
"result_metadata": {
"execution_delay": 0,
"execution_duration": 0,
"execution_finish": "date-time",
"execution_start": "date-time",
"queue_duration": 0,
"queue_start": "date-time",
"report_file_name": "string",
"report_finish": "date-time",
"result_count": 0,
"result_id": "string",
"search_window_end": "date-time",
"search_window_start": "date-time"
},
"scheduled_report_id": "string",
"shared_with": [
"string"
],
"status": "string",
"status_display": "string",
"status_msg": "string",
"tracking": "string",
"trigger_reference": "string",
"type": "string",
"user_id": "string",
"user_uuid": "string"
}
]
}

Workflow Library Example

Launch Scheduled Report with Crowdstrike and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop