---
title: "Get response actions status"
method: GET
path: "/api/endpoint/action_status"
tags: ["Security Endpoint Management API"]
---

# Get response actions status

`GET /api/endpoint/action_status`

**Spaces method and path for this operation:**

<div><span class="operation-verb get">get</span>&nbsp;<span class="operation-path">/s/{space_id}/api/endpoint/action_status</span></div>

Refer to [Spaces](https://www.elastic.co/docs/deploy-manage/manage-spaces) for more information.

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

## Query parameters

- `agent_ids` union, required — A list of agent IDs. Max of 250.
  - string[]
  - string

## Response `200`

Indicates a successful call.

- SecurityEndpointManagementAPIActionStatusSuccessResponse
  - `data` object[], required — One pending-actions summary entry per requested agent.
    - `agent_id` string, required — Agent ID
    - `pending_actions` union, required
      - object
        - `execute` integer — Number of pending actions of this type.
        - `get-file` integer — Number of pending actions of this type.
        - `isolate` integer — Number of pending actions of this type.
        - `kill-process` integer — Number of pending actions of this type.
        - `running-processes` integer — Number of pending actions of this type.
        - `scan` integer — Number of pending actions of this type.
        - `suspend-process` integer — Number of pending actions of this type.
        - `unisolate` integer — Number of pending actions of this type.
        - `upload` integer — Number of pending actions of this type.
      - object

---

[API](https://skmtc.net/elastic/apis/kibana-apis.md) · [All operations](https://skmtc.net/elastic/apis/kibana-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/elastic/kibana-apis/versions/531c9e2a7d23/schema)
