---
title: "List Installations"
method: GET
path: "/partner/installations"
tags: ["Installation"]
---

# List Installations

`GET /partner/installations`

Returns the partner's installations — one per (product × practice connection). Each row carries the
connected practice and product and survives the install/uninstall cycle (deactivated installs are
returned too).

## Query parameters

- `limit` integer
- `offset` integer
- `status` string
- `created_at` string, date-time
- `partner_product` string

## Response `200`

Successful response

- object[]
  - `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)
