External DocumentationTo learn more, visit the Tenable Security Center documentation.
Actions
List Queries
Retrieve a list of existing queries.

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 |
|---|---|
| Type | Query type. |
{
"type": "regular",
"response": {
"usable": [
{
"id": "1",
"name": "Name",
"description": "Test for posting an alert query"
},
{
"id": "1468",
"name": "Test 2",
"description": ""
}
],
"manageable": [
{
"id": "1",
"name": "Name",
"description": "Test for posting an alert query"
},
{
"id": "1469",
"name": "Test 3",
"description": ""
},
{
"id": "1470",
"name": "Test 4",
"description": ""
}
]
},
"error_code": 0,
"error_msg": "",
"warnings": [],
"timestamp": 1427750981
}
Was this page helpful?