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

# List

`GET /devices`

Get a list of devices of a given team.

## Query parameters

- `teamId` integer, required
- `assigned` boolean
- `viewForScenarioId` integer
- `scope[]` string[]
- `cols[]` string[]

## Response `200`

Successful response

- object
  - `devices` object[]
    - `id` integer
    - `name` string
    - `teamId` integer
    - `udid` string
    - `scope` string[]
    - `info` object
    - `queueCount` integer
    - `queueLimit` integer
    - `scenarioId` integer

---

[API](https://skmtc.dev/make/apis/web-api-v2-public.md) · [All operations](https://skmtc.dev/make/apis/web-api-v2-public/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/make/web-api-v2-public/revisions/531769e6f813/schema)
