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

# List packages

`GET /devices/{deviceId}/packages`

Returns the package names of apps installed on the device. System and protected packages are excluded unless the corresponding query parameters are set.

## Path parameters

- `deviceId` string, required

## Query parameters

- `includeSystemPackages` boolean
- `includeProtectedPackages` boolean

## Headers

- `X-Device-Display-ID` integer

## Response `200`

OK

- string[], nullable

## Other responses

- `default` — Error

---

[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/a1453ac769d4/schema)
