List incidents across workspaces
Documentation Index
Fetch the complete documentation index at: https://docs.contraforce.com/llms.txt
Use this file to discover all available pages before exploring further.
Body
v2 request for listing incidents across multiple workspaces.
Filter incidents to only the listed severities. Empty list returns all severities.
Informational, Low, Medium, High Filter incidents to only the listed statuses. Empty list returns all statuses.
Active, New, Closed Time window for incident creation. Defaults to the last 24 hours.
Opaque pagination tokens echoed from the previous response's SourcePageTokens.
Leave empty on the first call. See type-level remarks for the pagination protocol.
Free-text search applied across incident title/description fields. Empty matches all.
true for the initial request; false when echoing
List<WorkspaceSourcePageTokens> ListIncidentsAcrossWorkspacesRequest.WorkspacePageTokens back for subsequent pages. See type-level
remarks for the pagination protocol.
Filter incidents to only the listed sources (e.g. Sentinel, DefenderXDR, CrowdStrike). Empty list returns all sources the caller has access to.
Sentinel, DefenderXDR, QRadar, Splunk, CrowdStrike, SentinelOne Filter incidents assigned to any of the listed ContraForce user IDs.
Filter incidents assigned to any of the listed user email addresses.
When true, include incidents that have no assignee alongside any
matches from List<string> ListIncidentsAcrossWorkspacesRequest.AssigneeIds / List<string> ListIncidentsAcrossWorkspacesRequest.AssigneeEmails.