Skip to main content

List Queries

Retrieve a list of existing queries.

External Documentation

To learn more, visit the Tenable Security Center documentation.

Parameters

ParameterDescription
TypeQuery type.

Example Output

{
"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
}

Workflow Library Example

List Queries with Tenable Security Center and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop