---
title: "List devices"
method: GET
path: "/devices"
tags: ["product:chat"]
---

# List devices

`GET /devices`

Returns all available devices

## Query parameters

- `user_id` string — **Server-side only**. User ID which server acts upon

## Response `200`

ListDevicesResponse

- ListDevicesResponse, nullable — List devices response
  - `devices` DeviceResponse[], required — List of devices
    - `created_at` string, date-time, required — Date/time of creation
    - `disabled` boolean — Whether device is disabled or not
    - `disabled_reason` string — Reason explaining why device had been disabled
    - `hardware_id` string — Stable physical device identifier used to deduplicate pushes across push providers
    - `id` string, required — Device ID
    - `push_provider` string, required — Push provider
    - `push_provider_name` string — Push provider name
    - `user_id` string, required — User ID
    - `voip` boolean — When true the token is for Apple VoIP push notifications
  - `duration` string, required

## Other responses

- `400` — Bad request
- `429` — Too many requests

---

[API](https://skmtc.net/getstream/apis/stream-api.md) · [All operations](https://skmtc.net/getstream/apis/stream-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getstream/stream-api/versions/3dba86aaa0d8/schema)
