xql_library_get
Retrieve detailed XQL query libraries from Cortex XSIAM, filtering by query names or tags.
Instructions
Get XQL Queries
Retrieve a detailed list of XQL query libraries. You can filter by list of query names or by list of query tags.
You must have Instance Administrator permissions to run this endpoint.
[POST /public_api/xql_library/get] · Query Library
Example request body:
{
"request_data": {
"xql_query_names": [
"test_ql11",
"test_ql2",
"test_ql33"
],
"xql_query_tags": [
"tag1",
"tag2",
"tag3"
]
}
}Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request_data | Yes |