Get an app install
Returns a single app install by its ID. Core modules may be addressed by their deterministic UUID; marketplace, custom, embed, and link installs are addressed by their install ID.
Authorizations
Path Parameters
Unique identifier of the app install
Response
OK
AppID is the identifier of the backing application, and the same value notifications carry in their appId so callers can join the two. Empty for embed, link, and manual installs, which have no backing app.
"7c9e6679-7425-40de-944b-e07fc1f90ae7"
extension
internal-api only module
DisplayName is the human-readable label shown for the install in the sidebar.
"Billing Portal"
Icon is the design-system icon name shown for the install; exposed on the public API.
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"