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; 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"