actions_get_action_status
Retrieve the status of a specific action using its action ID to track execution progress.
Instructions
Get Action Status
Retrieve the status of the requested actions according to the action ID.
Required license: Cortex XSIAM Premium or Cortex XSIAM Enterprise or Cortex XSIAM Enterprise Plus
[POST /public_api/v1/actions/get_action_status] · Response Action
Example request body:
{
"request_data": {
"group_action_id": "<action ID>"
}
}Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request_data | Yes | A dictionary containing the API request fields. |