---
title: "List apps"
method: GET
path: "/devices/{deviceId}/apps"
tags: ["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

---

[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/versions/1bc499aa8f99/schema)
