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

# List Team Repos

`GET /teams/{team_id}/repos`

## Path parameters

- `team_id` string, required

## Response `200`

Successful Response

- TeamRepoResponse[]
  - `team_id` string, required
  - `repo_id` string, required
  - `added_by` string, nullable
  - `added_at` string, date-time, required

## 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/40167ba9ab58/schema)
