Actions
List Incident Comments
Get all comments for a given incident.
External Documentation
To learn more, visit the Microsoft Sentinel documentation.
Basic Parameters
Parameter | Description |
---|---|
Incident ID | The ID of the incident, can be obtained by using the List Incidents action. |
Resource Group Name | The name of the resource group. The name is case insensitive. |
Return All Pages | Automatically fetch all resources, page by page. |
Subscription ID | The ID of the target subscription. |
Workspace Name | The name of the workspace. |
Advanced Parameters
Parameter | Description |
---|---|
Filter | Filter the results by inserting a query.Note: You can filter only based on properties attributes.Example: properties/message eq 'messageContent' |
Order By | Sort the results by inserting a query.Example: properties/createdTimeUtc desc . |
Skip Token | Specifies a starting point to show results from, this token is received in case that the previous request returned a partial result. |
Top | Return Only the first n results. |
Example Output
Workflow Library Example
List Incident Comments with Microsoft Sentinel and Send Results Via Email
Preview this Workflow on desktop
Was this page helpful?