List app installs
Returns every app install visible to the caller in the workspace, including core modules, marketplace apps, custom apps, embeds, and links. The set is scoped by the caller’s permissions: clients only receive installs whose visibility rules include them.
Authorizations
Query Parameters
When true, an internal caller previews the install list as a client would see it.
Response
OK
AppID is the identifier of the backing application; exposed only for core and marketplace installs.
"7c9e6679-7425-40de-944b-e07fc1f90ae7"
extension
DisplayName is the human-readable label shown for the install in the sidebar.
"Billing Portal"
internal-api only module
ID is the unique identifier of the app install. For core modules this is a deterministic UUID derived from the workspace and module name.
"550e8400-e29b-41d4-a716-446655440000"
app-builder drafts: when the install was created by the App Builder and has not yet been deployed, IsDraft is true and AppBuilderID points to the source builder so the sidebar can deep-link to its session.
NotificationConfig carries the backing app's declared notification settings so the IU notifications page can render a row per setting. Internal-only for now (omitexternal); exposing it on the public installs API is handled separately.
"appInstall"
Type is the kind of install.
core, custom, marketplace, embed, link, manual "marketplace"