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

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| 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. |
| Return All Pages | Automatically fetch all resources, page by page. |
| 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”. |
{
"meta": {
"query_time": 2,
"pagination": {
"offset": 0,
"limit": 95,
"total": 16
},
"powered_by": "<string>",
"trace_id": "<string>"
},
"resources": [
"<string>",
"<string>"
],
"errors": []
}
Was this page helpful?