> ## 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 Incidents

Search for incidents by providing an FQL filter, sorting, and paging details.

## Basic Parameters

<div className="integrations-table">
  | Parameter        | Description                                                                                                                                                                                                                                |
  | ---------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
  | Filter           | Optional filter and sort criteria in the form of an FQL query. For more information about FQL queries, see [our FQL documentation in Falcon](https://falcon.crowdstrike.com/support/documentation/45/falcon-query-language-feature-guide). |
  | Return All Pages | Automatically fetch all resources, page by page.                                                                                                                                                                                           |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter | Description                                                                                             |
  | --------- | ------------------------------------------------------------------------------------------------------- |
  | Limit     | The maximum records to return. \[1-500].                                                                |
  | Offset    | Starting index of overall result set from which to return ids.                                          |
  | Sort      | The property to sort on, followed by a dot (.), followed by the sort direction, either "asc" or "desc". |
</div>

## Example Output

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

## Workflow Library Example

[List Incidents with Crowdstrike and Send Results Via Email](https://library.blinkops.com/workflows/list-incidents-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-incidents-with-crowdstrike-and-send-results-via-email/canvas" />
</div>
