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

# List devices

`GET /devices`

Returns a paginated list of the user's devices along with pagination metadata.

## Query parameters

- `state` string[], nullable
- `type` 'dedicated_premium_device' | 'dedicated_ios_device' | 'dedicated_emulated_device' | 'ios_simulator'
- `country` string
- `name` string
- `providerId` string
- `page` integer
- `pageSize` integer
- `orderBy` 'id' | 'createdAt' | 'updatedAt' | 'assignedAt'
- `orderByDirection` 'asc' | 'desc'

## Response `200`

OK

- ResponseDeviceInfo
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `items` DeviceInfo[], nullable, required
    - `$schema` string, uri — A URL to the JSON Schema for this object.
    - `activeTaskId` string, required
    - `assignedAt` string, date-time, nullable, required
    - `billingStrategy` string
    - `createdAt` string, date-time, required
    - `createdBy` string
    - `id` string, required
    - `name` string, required
    - `ownerId` string
    - `providerId` string
    - `state` string, required
    - `stateMessage` string, required
    - `streamToken` string
    - `streamUrl` string, required
    - `taskCount` integer, required
    - `terminatesAt` string, date-time, nullable, required
    - `type` string, required
    - `updatedAt` string, date-time, required
    - `userId` string — Deprecated: use ownerId/createdBy.
  - `pagination` Meta, required
    - `hasNext` boolean, required
    - `hasPrev` boolean, required
    - `page` integer, required
    - `pageSize` integer, required
    - `pages` integer, required
    - `total` integer, required

## Other responses

- `default` — Error

## Changes

- **2026-08-01** `cd80ab1b29b0` — 1 info
  - endpoint added
- **2026-08-01** `3183ec3153d1` — 1 breaking
  - api path removed without deprecation
- **2026-07-24** `618bd1cc1aed` — 1 breaking
  - removed the enum value `dedicated_physical_device` from the `query` request parameter `type`
- **2026-07-09** `71a7f6cf59a1` — 2 info
  - added the new enum value `dedicated_emulated_device` to the `query` request parameter `type`
  - added the new enum value `ios_simulator` to the `query` request parameter `type`
- **2026-07-07** `d5d1e5ee8188` — 3 info
  - added the optional property `items/items/createdBy` to the response with the `200` status
  - added the optional property `items/items/ownerId` to the response with the `200` status
  - response property `items/items/userId` deprecated

[Full history](https://skmtc.dev/droidrun/apis/droidrun-cloud/changes/devices/get.md)

---

[API](https://skmtc.dev/droidrun/apis/droidrun-cloud.md) · [All operations](https://skmtc.dev/droidrun/apis/droidrun-cloud/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/droidrun/droidrun-cloud/revisions/cd80ab1b29b0/schema)
