Skip to main content

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 and query secure events.

Basic Parameters

ParameterDescription
End TimeThe end time of the query window. Note that the max window size is 2 weeks.
FilterFilter the results by a given filter. Please see Sysdig’s documentation for full query syntax. For example: agent.id=1.
Start TimeThe start time of the query window. Note that the max window size is 2 weeks.

Advanced Parameters

ParameterDescription
CursorThe pagination cursor that was returned in a previous call. Cant be used when querying using Start & End Time.
LimitThe amount of results that are returned in the call.
ZonesA comma-separated array of the zones.

Example Output

{
  "data": [
    { ... }
  ],
  "page":{
  "next": "KzltNGUybXIwdWkzZThhMjE1bjRn",
  "prev": "LTltNGUybXIwdWkzZThhMjE1bjRn",
  "total": 10
  }
}

Workflow Library Example

List Secure Events with Sysdig and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop