Get response actions status

GET /api/endpoint/action_status

Get the status of response actions for the specified agent IDs.

Query parameters

  • query object Required
    Hide query attribute Show query attribute object

Responses

  • 200 application/json

    OK

    Hide response attribute Show response attribute object
    • body object Required
      Hide body attribute Show body attribute object
      • data object Required
        Hide data attributes Show data attributes object
        • agent_id string Required

          Agent ID

        • pending_actions object Required

          One of:

          Additional properties are allowed.

GET /api/endpoint/action_status
curl \
 --request GET 'https://<KIBANA_URL>/api/endpoint/action_status?query=%7B%7D' \
 --header "Authorization: $API_KEY"