scripts_get_scripts
List scripts from the library, with filters to narrow results by name, creator, OS support, or risk level.
Instructions
Get Scripts
Get a list of scripts available in the scripts library.
Required license: Cortex XSIAM Premium or Cortex XSIAM Enterprise or Cortex XSIAM Enterprise Plus
[POST /public_api/v1/scripts/get_scripts] · Script execution
Example request body:
{
"request_data": {
"filters": [
{
"field": "is_high_risk",
"operator": "in",
"value": [
"false"
]
}
]
}
}Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request_data | Yes | A dictionary containing the API request fields. An empty dictionary returns all results. |