Actions
Create Deep Visibility Query
Initializes a search for events matching the search query across agents.
Use the “queryId” field in the response to fetch matched 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 |
|---|---|
| From Date | Filter results after the given date. |
| Query | The query to be created. Should be formatted in SentinelOne Query Language (S1QL). For more information, see S1QL Cheatsheet. |
| To Date | Filter results before the given date. |
{
"data": {
"queryId": "q4015ce6017fb176bc5b215dade314778",
"queryModeInfo": {
"lastActivatedAt": "2022-07-22T19:53:09+00:00",
"mode": "scalyr"
}
}
}
Was this page helpful?