External DocumentationTo learn more, visit the Rapid7 InsightIDR documentation.
Actions
Search Investigations
Search for investigations.

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 |
|---|---|
| End Time | The end of the timeframe to filter the results by. |
| 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 |
| Return All Pages | Automatically fetch all resources, page by page. |
| Search | An array of searching objects to filter the results by. For example: For more information about optional searching fields, please refer to - Rapid7 Insight IDR Documentation |
| Sort | An array of sorting criteria. For Example: For more information about optional sorting fields, please refer to - Rapid7 Insight IDR Documentation |
| Start Time | The start of the timeframe to filter the results by. |
| Parameter | Description |
|---|---|
| Multi Customer | When selected, investigations will be returned from all organizations the connected user has access to. Note: This feature is available for multi-customer user keys only. |
{
"search": [
{
"field": "name",
"operator": "EQUALS,CONTAINS,IN",
"value": {}
}
],
"sort": [
{
"field": "name",
"order": "ASC"
}
],
"start_time": "2018-07-04T00:00:00Z",
"end_time": "2018-07-04T00:00:00Z"
}
Was this page helpful?