---
title: "List Team Installations"
method: GET
path: "/teams/{team_id}/installations"
tags: ["teams"]
---

# List Team Installations

`GET /teams/{team_id}/installations`

## Path parameters

- `team_id` string, required

## Response `200`

Successful Response

- TeamInstallationResponse[]
  - `team_id` string, required
  - `installation_id` integer, required
  - `linked_by` string, nullable
  - `created_at` string, date-time, nullable
  - `account_login` string, nullable
  - `account_type` string, nullable
  - `app_id` string, nullable
  - `suspended` boolean
  - `repos` TeamInstallationRepoResponse[]
    - `owner` string, required
    - `name` string, required
    - `full_name` string, required
    - `is_private` boolean
    - `default_branch` string

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/repowise/apis/repowise-hosted-api.md) · [All operations](https://skmtc.dev/repowise/apis/repowise-hosted-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/repowise/repowise-hosted-api/revisions/1e57283a9737/schema)
