---
title: "List the test devices for an app"
method: GET
path: "/apps/{app-slug}/test-devices"
tags: ["test-devices"]
---

# List the test devices for an app

`GET /apps/{app-slug}/test-devices`

List registered test devices of all members of a specified Bitrise app

## Path parameters

- `app-slug` string, required

## Response `200`

OK

- V0TestDeviceListResponseModel
  - `data` V0TestDeviceResponseItemModel[]
    - `device_id` string
    - `device_type` string
    - `owner` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/bitrise/apis/bitrise-api.md) · [All operations](https://skmtc.net/bitrise/apis/bitrise-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bitrise/bitrise-api/revisions/89468e4a014b/schema)
