Actions
List Secure Events
List and query secure events.

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 |
|---|---|
| End Time | The end time of the query window. Note that the max window size is 2 weeks. |
| Filter | Filter the results by a given filter. Please see Sysdig’s documentation for full query syntax. For example: agent.id=1. |
| Start Time | The start time of the query window. Note that the max window size is 2 weeks. |
| Parameter | Description |
|---|---|
| Cursor | The pagination cursor that was returned in a previous call. Can’t be used when querying using Start & End Time. |
| Limit | The amount of results that are returned in the call. |
| Zones | A comma-separated array of the zones. |
{
"data": [
{ ... }
],
"page":{
"next": "KzltNGUybXIwdWkzZThhMjE1bjRn",
"prev": "LTltNGUybXIwdWkzZThhMjE1bjRn",
"total": 10
}
}
Was this page helpful?