Get response actions status
Get the status of response actions for the specified agent IDs.
Query parameters
-
query
object Required
GET
/api/endpoint/action_status
curl \
--request GET 'http://localhost:5622/api/endpoint/action_status?query=%7B%7D' \
--header "Authorization: $API_KEY"
Response examples (200)
{
"body": {
"data": {
"agent_id": "string",
"pending_actions": {
"execute": 42,
"get-file": 42,
"isolate": 42,
"kill-process": 42,
"running-processes": 42,
"scan": 42,
"suspend-process": 42,
"unisolate": 42,
"upload": 42
}
}
}
}