---
title: "Show Installation"
method: GET
path: "/partner/installations/{id}"
tags: ["Installation"]
---

# Show Installation

`GET /partner/installations/{id}`

Returns a single installation by id. Deactivated installations are also
returned — uninstall is reactivation-shaped, so a partner can inspect
the durable per-product install row across the install/uninstall cycle.

## Path parameters

- `id` string, required

## Response `200`

Successful response

- PublicInstallationBlueprintOne
  - `id` string
  - `auto_grant_partner_app_access` string
  - `default_partner_app_admin_role` string
  - `default_partner_app_non_admin_role` string
  - `status` string
  - `practice` PublicPracticeBlueprintMin
    - `id` string
    - `name` string
  - `product` PublicProductBlueprintMin
    - `id` string
    - `name` string
    - `slug` string

---

[API](https://skmtc.net/hint/apis/partner-endpoints.md) · [All operations](https://skmtc.net/hint/apis/partner-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hint/partner-endpoints/versions/a92ae2a6fa90/schema)
