Get Events

GET {{baseUrl}}/web/api/v2.1/dv/events?sortBy=ex&limit=ex&skip=ex&sortOrder=ex&subQuery=ex&cursor=ex&queryId=ex

Get all Deep Visibility events from a queryId. You can use this command to send a sub-query, a new query to run on these events. Get the ID from init-query. See Create Query and get QueryId.
For complete documentation, see Query Syntax in the Knowledge Base (support.sentinelone.com) or the Console Help.

Request Params

KeyDatatypeRequiredDescription
sortBystringEvents sorted by field. Example: "createdAt".
limitstringLimit number of returned items (1-1000). Example: "10".
skipstringSkip first number of items (0-1000). To iterate over more than 1000 items, use "cursor". Example: "150".
sortOrderstringEvent sorting order. Example: "asc".
subQuerystringCreate a sub query to run on the data that was already pulled
cursorstringCursor position returned by the last request. Should be used instead of skip. cursor currently supports sort by with createdAt, pid, processStartTime
queryIdstring(Required) QueryId obtained when creating a query under Create Query. Example: "q1xx2xx3".

HEADERS

KeyDatatypeRequiredDescription
Content-Typenull