List Report Executions
Find all report execution IDs matching the query with filter.
Basic Parameters
Parameter | Description |
---|---|
Filter | FQL query specifying the filter parameters. Filter term criteria: type, scheduled_report_id, status. Filter range criteria: created_on, last_updated_on, expiration_on; use any common date format, such as '2010-05-15T14:55:21.892315096Z'. |
Query | Match query criteria, which includes all the filter string fields. |
Advanced Parameters
Parameter | Description |
---|---|
Limit | Number of ids to return. |
Offset | Starting index of overall result set from which to return ids. |
Sort | Possible order by fields: created_on, last_updated_on. |
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": [
"string"
]
}
Workflow Library Example
List Report Executions with Crowdstrike and Send Results Via Email
Preview this Workflow on desktop