> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# List Security Events

List security events from Defender, Guardian, and Architect.

<Note>
  External Documentation

  To learn more, visit the [Tessian documentation](https://developer.tessian.com/documentation/api/index.html#tag/Security-Events/operation/insights_external_api.main.get_events).
</Note>

## Parameters

<div className="integrations-table">
  | 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.<br />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.                                                                                                                                                                                                          |
</div>

## Example Output

```json theme={"dark"}
[
	{
		"from": "<string>",
		"urls": [],
		"portal_link": "<string>",
		"subject": "<string>",
		"confidence": "<string>"
	},
	{
		"from": "<string>",
		"urls": [],
		"portal_link": "<string>",
		"subject": "<string>",
		"confidence": "<string>"
	}
]
```

## Workflow Library Example

[List Security Events with Tessian and Send Results Via Email](https://library.blinkops.com/workflows/list-security-events-with-tessian-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/list-security-events-with-tessian-and-send-results-via-email/canvas" />
</div>
