---
title: "Get pkg"
method: GET
path: "/boxes/{boxId}/android/packages/{packageName}"
tags: ["Android"]
---

# Get pkg

`GET /boxes/{boxId}/android/packages/{packageName}`

## Path parameters

- `boxId` string, required
- `packageName` string, required

## Response `200`

Android pkg

- AndroidPkg — Android pkg information
  - `name` string, required — Android pkg name
  - `packageName` string, required — Android package name
  - `apkPath` string, required — Android apk path
  - `version` string, required — Android pkg version
  - `pkgType` 'system' | 'thirdParty', required — system or thirdParty
  - `isRunning` boolean, required — Whether the pkg is currently running

---

[API](https://skmtc.dev/babelcloud/apis/gbox-open-api.md) · [All operations](https://skmtc.dev/babelcloud/apis/gbox-open-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/babelcloud/gbox-open-api/revisions/d655577fa915/schema)
