---
title: "Get"
method: GET
path: "/device"
tags: ["Device"]
---

# Get

`GET /device`

Retrieve the device.

## Response `200`

Successfully retrieved the device.

- Device
  - `object` 'device', required — The object type, which is always `device`.
  - `id` string, required — ID of the device.
  - `name` string, required — Name of the device.
  - `status` 'online' | 'offline', required — The status of the device. - Online: The miru agent is connected - Offline: The miru agent is disconnected (e.g. network issues, device is powered off, etc.)
  - `last_synced_at` string, date-time, required — Timestamp of when the device was last synced.
  - `last_connected_at` string, date-time, required — Timestamp of the last successful connection event with the backend.
  - `last_disconnected_at` string, date-time, required — Timestamp of the last successful disconnection event with the backend.

---

[API](https://skmtc.dev/mirurobotics/apis/miru-agent-api.md) · [All operations](https://skmtc.dev/mirurobotics/apis/miru-agent-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mirurobotics/miru-agent-api/revisions/3baf7b9ffbac/schema)
