---
title: "List apps"
method: GET
path: "/devices/{deviceId}/apps"
tags: ["Tools/Apps"]
---

# List apps

`GET /devices/{deviceId}/apps`

Returns detailed information about apps installed on the device, including package name and label. System and protected apps are excluded unless the corresponding query parameters are set.

## Path parameters

- `deviceId` string, required

## Query parameters

- `includeSystemApps` boolean
- `includeProtectedApps` boolean

## Headers

- `X-Device-Display-ID` integer

## Response `200`

OK

- AppInfo[], nullable
  - `isSystemApp` boolean, required
  - `label` string, required
  - `packageName` string, required
  - `versionCode` integer, required
  - `versionName` string, 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-07** `d5d1e5ee8188` — 2 info
  - api tag `Tools/Apps` added
  - api tag `Tools` removed
- **2026-06-29** `3cb3612f45e0` — 1 info
  - endpoint added
- **2026-06-29** `8ea6db3daeac` — 1 breaking
  - api path removed without deprecation

[Full history](https://skmtc.dev/droidrun/apis/droidrun-cloud/changes/devices/:deviceId/apps/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/fc388ab21a20/schema)
