---
title: "Get user devices"
method: GET
path: "/api/chat/devices"
tags: ["chat"]
---

# Get user devices

`GET /api/chat/devices`

Get all devices registered for the current user.

## Query parameters

- `active_only` boolean — Return only active devices

## Response `200`

Successful Response

- DevicesListResponse — List of user devices.
  - `devices` DeviceInfo[], required — List of devices
    - `id` string, required — Device UUID
    - `device_name` string, required — Device name
    - `device_type` string, nullable — Device type
    - `is_active` boolean, required — Whether device is active
    - `last_seen_at` string, date-time, nullable — Last seen timestamp
    - `created_at` string, date-time, required — Device registration timestamp
  - `total` integer, required — Total number of devices

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/corabea/apis/corabea-api.md) · [All operations](https://skmtc.dev/corabea/apis/corabea-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/corabea/corabea-api/revisions/13c1bce1bdc4/schema)
