List Comments Of Alert
Return a list of an alert's comments. Note: The following permission is required:
SIC_READ_ALERTS
(9ea2b8a3-593f-4bab-92f5-d0af9b563f6f).
External Documentation
To learn more, visit the Sekoia.io documentation.
Parameters
Parameter | Description |
---|---|
Alert UUID | The UUID of the alert. Can be obtained by using the List Alerts action. |
Limit | The number of items to retrieve. The allowed range is 1-100. The default is 20 . |
Offset | The number of items to skip when paginating. Must be bigger or equal to 0 . |
Return All Pages | Automatically fetch all resources, page by page. |
Example Output
{
"items": [
{
"uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f",
"content": "string",
"author": "string",
"date": 0,
"created_by": "string",
"created_by_type": "string",
"unseen": true
}
],
"total": 0
}
Workflow Library Example
List Comments of Alert with Sekoiaio and Send Results Via Email
Preview this Workflow on desktop