Skip to main content

Get Scheduled Report

Retrieve scheduled reports for the provided report IDs.

Parameters

ParameterDescription
IDThe scheduled_report id to get details about.
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",
"description": "string",
"expiration_on": "date-time",
"id": "string",
"last_execution": {
"id": "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"
},
"status": "string",
"status_msg": "string"
},
"last_updated_on": "date-time",
"name": "string",
"next_execution_on": "date-time",
"notifications": [
{
"config": {
"config_id": "string",
"plugin_id": "string",
"recipients": [
"string"
],
"severity": "string"
},
"options": {},
"type": "string"
}
],
"report_params": {
"dashboard_id": "string",
"dashboard_visibility": "string",
"filter": "string",
"filter_display": "string",
"filter_ui": "string",
"format": "string",
"report_type_options": {},
"sort": "string"
},
"schedule": {
"definition": "string",
"display": "string"
},
"shared_with": [
"string"
],
"start_on": "date-time",
"status": "string",
"stop_on": "date-time",
"tracking": "string",
"trigger_reference": "string",
"type": "string",
"user_id": "string",
"user_uuid": "string"
}
]
}

Workflow Library Example

Get Scheduled Report with Crowdstrike and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop