External DocumentationTo learn more, visit the Tessian documentation.
Actions
List Security Events
List security events from Defender, Guardian, and Architect.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Created After | Only include events that were created after this time. You should use either this parameter, or the after_checkpoint parameter, but not both at once. If this parameter is provided, but no events are returned, the checkpoint will behave as if no checkpoint was provided at all. |
| Limit | The maximum number of events to return. |
| Pagination Cursor | Use with the output of the checkpoint field to retrieve the next set of events. |
[
{
"from": "<string>",
"urls": [],
"portal_link": "<string>",
"subject": "<string>",
"confidence": "<string>"
},
{
"from": "<string>",
"urls": [],
"portal_link": "<string>",
"subject": "<string>",
"confidence": "<string>"
}
]
Was this page helpful?