---
title: StatusAppManagedList
framework: devicemanagement
role: symbol
role_heading: Object
path: devicemanagement/statusappmanagedlist
---

# StatusAppManagedList

The status item that lists the device’s declarative managed apps.

## Declaration

```data
object StatusAppManagedList
```

## Properties

app.managed.list: An array of dictionaries that describe the device’s declarative managed apps.

## Mentioned in

Installing, managing, updating, and removing apps Processing status for managed apps Transferring management of apps to declarative management Implementing Platform SSO for unattended device enrollment

## Discussion

Discussion Status item availability  |   |   |   |   |   |   |  Reason Codes Error.AppStoreDisabled: The App Store is disabled. Error.DownloadFailed: The app download failed. Timestamp: (string) The RFC 3339 timestamp of the last download failure. Error.DuplicateConfiguredApp: The app is already being managed. Error.InstallFailed: The app install failed. Timestamp: (string) The RFC 3339 timestamp of the last install failure. Error.InvalidAppID: The app id could not be found. Error.InvalidCodeSignature: The code signature of the app does not match the composed identifier, and the app cannot be managed. Error.IsSystemApp: The app is a system app that cannot be managed. Error.LicenseNotFound: A license for the app was not available. Error.NotAnApp: The downloaded data is not a valid app. Error.NotSupported: The app is not supported on this device. Error.UnmanagedAppAlreadyInstalled: An unmanaged app is already installed and cannot be managed. Error.UserRejected: The user rejected management of the app. Info.UpdateAvailable: An update is available for the app. Error.UpdateFailed: The app update failed. Timestamp: (string) The RFC 3339 timestamp of the last update failure. Status item example

## Topics

### Objects

- [StatusAppManagedListAppObject](devicemanagement/statusappmanagedlistappobject.md)

## See Also

### App and package items

- [StatusMDMApp](devicemanagement/statusmdmapp.md)
- [StatusPackageList](devicemanagement/statuspackagelist.md)
