SIC_READ_ALERTS(9ea2b8a3-593f-4bab-92f5-d0af9b563f6f).
External DocumentationTo learn more, visit the Sekoia.io documentation.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
SIC_READ_ALERTS (9ea2b8a3-593f-4bab-92f5-d0af9b563f6f).| 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. |
{
"items": [
{
"uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f",
"content": "string",
"author": "string",
"date": 0,
"created_by": "string",
"created_by_type": "string",
"unseen": true
}
],
"total": 0
}
Was this page helpful?