v1
latestOpenAPI 3.0.32026-07-2392432.6 KBList investigations (with optional filtering, sorting, and search)
Returns a paginated list of investigations. By default, only completed investigations (state='success') are returned. Use query parameters to filter by state, outcomes, priorities, date ranges, and more.
Query parameters
Filter by alert creation time (from). ISO 8601 format
Filter by alert creation time (until). ISO 8601 format
Filter by alert start time (from). ISO 8601 format (e.g., 2024-01-01 or 2024-01-01T00:00:00Z)
Filter by alert start time (until). ISO 8601 format
Filter by alert tenant name (can be repeated)
Filter by alert type/handler key (can be repeated)
Filter by attack surface (can be repeated)
Filter by alert source label (can be repeated)
Filter by feedback last updated time (from). ISO 8601 format
Filter by feedback last updated time (until). ISO 8601 format
Filter by insight tag name (can be repeated)
Filter by interview status (can be repeated)
Filter by investigation completion time (from). ISO 8601 format
Filter by investigation completion time (until). ISO 8601 format
Filter by investigation state. Valid values: not_asked (queued), loading (running), success (complete), error (stopped). Defaults to 'success'.
Number of results per page
Filter by MITRE ATT&CK tactic (can be repeated)
Number of results to skip
Filter by investigation outcome/conclusion (can be repeated)
Filter by investigation priority (can be repeated)
Filter by priority status (can be repeated)
Free-text search across investigation fields
Sort direction. Defaults to 'desc'.
Sort field. Defaults to 'alert_create'.
Filter by stopped reason for error/canceled investigations (can be repeated)
Filter by tenant ID
Filter by tenant integration key
Filter by user feedback status (can be repeated)
Response
<strong>Paginated list of investigations</strong> <br><br> Returns a paginated list of investigations. By default, only completed investigations (state='success') are returned. Use query parameters to filter by state, outcomes, priorities, date ranges, and more. <br><br> Use <code>next</code> and <code>previous</code> URLs in the response for easy page navigation. <br><br>