post
/public_api/v1/scripts/get_script_execution_results
Retrieve the results of a script execution action.
Required license: Cortex XDR Pro per Endpoint or Cortex XDR Pro per GB
Body parameters
request_dataObjectrequired
A dictionary containing the API request fields.
action_idString
Action ID. This can be found in the Cortex XDR console Response > Action Center > Action ID field.
REQUEST BODY
{
"request_data": {
"action_id": "<action_id>"
}
}
CURL
curl -X 'POST'
-H
'Accept: application/json'
-H
'Content-Type: application/json'
'https://api-yourfqdn/public_api/v1/scripts/get_script_execution_results'
-d
''
Responses