scripts_get_script_execution_results
Retrieve the results of a script execution action by providing the action ID. Obtain output and status from Cortex XSIAM to verify script runs.
Instructions
Get Script Execution Results
Retrieve the results of a script execution action.
Required license: Cortex XSIAM Premium or Cortex XSIAM Enterprise or Cortex XSIAM Enterprise Plus
[POST /public_api/v1/scripts/get_script_execution_results] · Script execution
Example request body:
{
"request_data": {
"action_id": "<action ID>"
}
}Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request_data | Yes | A dictionary containing the API request fields. |