External DocumentationTo learn more, visit the Rapid7 InsightIDR documentation.
Basic Parameters
| Parameter | Description |
|---|---|
| End Time | The end of the timeframe to search alerts until. |
| LEQL expression | The LEQL WHERE query to match the search against.For Example: - where(status = 'OPEN' AND priority = 'CRITICAL') - all alerts that are currently open and have been marked with critical priority.- where(assignee.email = 'analyst.name@company.com' AND status = 'INVESTIGATING') - all alerts currently being investigated by a specific analyst. |
| Page | The number of the page to return results from (zero-based). |
| Page Size | The maximum number of results to return per page. Valid range is 1-100 |
| RRNs Only | Select to return only RRNs (Rapid7 Resource Names) without alert details. |
| Return All Pages | Automatically fetch all resources, page by page. |
| Start Time | The start of the timeframe to search alerts from. |
| Terms | An array of search terms to match the search against. For Example: Notes: - Field IDs can be obtained using Get All Alert Fields action.- Available options for operators: EQUALS, NOT_SET, NOT_EQUALS, CONTAINS, GREATER_THAN, LESS_THAN. - Available options for terms: string, string <date-time>, number, boolean.For more information, please refer to Rapid7 - Insight IDR Documentation |
Advanced Parameters
| Parameter | Description |
|---|---|
| Additional Field IDs | A comma-separated list of additional field IDs to include for each alert in the result. For more information, please refer to Rapid7 - Insight IDR Documentation |
| Aggregates | An array of aggregations to apply for all matching results. For Example: Note: Each object must include name and fields attributes.For more information, please refer to Rapid7 - Insight IDR Documentation |
| Sorts | An array of sorting objects to apply to the search. For Example: For more information, please refer to Rapid7 - Insight IDR Documentation |