• SIC_READ_ALERTS (9ea2b8a3-593f-4bab-92f5-d0af9b563f6f).

To learn more, visit the Sekoia.io documentation.

Parameters

ParameterDescription
Alert UUIDThe UUID of the alert. Can be obtained by using the List Alerts action.
LimitThe number of items to retrieve. The allowed range is 1-100. The default is 20.
OffsetThe number of items to skip when paginating. Must be bigger or equal to 0.
Return All PagesAutomatically 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

Was this page helpful?