> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# List Report Executions

Find all report execution IDs matching the query with filter.

The following permission is required to run this action:

* `Scheduled-reports`: **Read**.

<Note>
  External Documentation

  To learn more, visit the [CrowdStrike documentation](https://falcon.us-2.crowdstrike.com/documentation/page/e3cae8c2/scheduled-reports-and-searches-apis#u8f0719e).
</Note>

## Basic Parameters

<div className="integrations-table">
  | 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.                                                                                                                                                                                  |
  | Return All Pages | Automatically fetch all resources, page by page.                                                                                                                                                                                                    |
</div>

## Advanced Parameters

<div className="integrations-table">
  | 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.      |
</div>

## Example Output

```json theme={"dark"}
{
	"meta": {
		"query_time": 1,
		"pagination": {
			"offset": 1,
			"limit": 102,
			"total": 1
		},
		"powered_by": "<string>",
		"trace_id": "<string>"
	},
	"resources": [],
	"errors": []
}
```

## Workflow Library Example

[List Report Executions with Crowdstrike and Send Results Via Email](https://library.blinkops.com/workflows/list-report-executions-with-crowdstrike-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/list-report-executions-with-crowdstrike-and-send-results-via-email/canvas" />
</div>
