---
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_physical_device' | '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

---

[API](https://skmtc.net/mobilerun/apis/workflows.md) · [All operations](https://skmtc.net/mobilerun/apis/workflows/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mobilerun/workflows/revisions/1bc499aa8f99/schema)
