---
title: "List endpoint devices"
method: GET
path: "/endpoint-protection/devices"
---

# List endpoint devices

`GET /endpoint-protection/devices`

Returns a list of all the endpoint protection devices

## Response `200`

A list of all the endpoint protection devices

- object[]
  - `id` integer — The ID of the device in Aikido
  - `name` string — The name of the device
  - `os` string — The operating system of the device
  - `version` string — The version of the Aikido endpoint protection software installed on the device
  - `user` string — The user of the device
  - `permission_group_id` integer — The ID of the permission group related to the device
  - `permission_group_name` string — The name of the permission group related to the device
  - `last_heartbeat_at` integer — The Unix timestamp of the last heartbeat of the device sent by the Aikido endpoint protection software
  - `status` 'offline' | 'not_protected' | 'protected' — The status of the device

---

[API](https://skmtc.net/aikido/apis/authorization.md) · [All operations](https://skmtc.net/aikido/apis/authorization/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aikido/authorization/revisions/5445e7c21137/schema)
