scripts_get_script_metadata
Fetch the complete definition and metadata of an individual script from the scripts library by providing its unique identifier.
Instructions
Get Script Metadata
Get the full definitions of a specific script in the scripts library.
Required license: Cortex XSIAM Premium or Cortex XSIAM Enterprise or Cortex XSIAM Enterprise Plus
[POST /public_api/v1/scripts/get_script_metadata] · Script execution
Example request body:
{
"request_data": {
"script_uid": "<unique ID>"
}
}Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request_data | Yes | A dictionary containing the API request fields. |