External DocumentationTo learn more, visit the Lacework documentation.
Actions
Execute Query
Run an LQL query.

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 |
|---|---|
| Query | The query to execute. |
{
"query": {
"queryText": "string"
},
"options": {
"limit": 1
},
"arguments": [
{
"name": "string",
"value": "string"
}
]
}
Was this page helpful?