JavaScript
Apps
List packages
Returns the package names of apps installed on the device. System and protected packages are excluded unless the corresponding query parameters are set.
GET
JavaScript
Returns bare package names. Use
list-apps when you also need labels and version info.
Protected packages are the platform’s own device-management apps: they stay hidden unless you set includeProtectedPackages=true, and other app endpoints reject them with 403 Forbidden anyway.
On iOS devices, entries are bundle identifiers and includeSystemPackages has no effect — Apple’s built-in apps are never listed.Authorizations
Bearer token via Authorization header
Headers
Required range:
x >= 0Path Parameters
Query Parameters
Response
string[] | null
OK