---
title: "Get Team Coaches"
method: GET
path: "/api/v1/teams/{team_id}/coaches"
tags: ["Teams Stats"]
---

# Get Team Coaches

`GET /api/v1/teams/{team_id}/coaches`

Migrated from the following legacy PLG API route(s):

- `coach-list`: `https://api.preciser.io/league/coach/list/*`

The legacy URL's organization segment is replaced by the `League` request header, allowing the same handler to select any authorized league database.

## Path parameters

- `team_id` string, required

## Headers

- `x-api-key` string, nullable
- `League` string, nullable

## Response `200`

Successful Response

- object[]

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/preciser/apis/preciser-data-management-api.md) · [All operations](https://skmtc.net/preciser/apis/preciser-data-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/preciser/preciser-data-management-api/versions/42cb7b14430f/schema)
