get_app_instance
Retrieve detailed information about a specific installed app instance by providing its slug and workspace name.
Instructions
Get details of an installed app instance by its slug
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| environment | No | Optional environment name (from PRISME_ENVIRONMENTS) to use specific API URL and workspace | |
| workspaceId | No | Alternative: direct workspace ID (use workspaceName instead when possible) | |
| instanceSlug | Yes | The slug of the installed app instance | |
| workspaceName | Yes | Workspace name that resolves to ID via PRISME_WORKSPACES or PRISME_ENVIRONMENTS mapping |