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

# Get Team Schedule

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

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

- `schedule-list`: `https://api.preciser.io/league/schedule/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, required — Required API key issued by Preciser.
- `League` string, required — Required tenant/database selector, for example pitchbio-master.

## Response `200`

Successful Response

- object[]

## Other responses

- `422` — Validation Error

## Changes

- **2026-08-27** `9b0abde08b06` — 4 breaking, 2 info
  - the `header` request parameter `League` became required
  - the `header` request parameter `x-api-key` became required
  - `header` request parameter `League` list-of-types was narrowed by removing types `null`
  - `header` request parameter `x-api-key` list-of-types was narrowed by removing types `null`
  - …2 more

[Change history](https://skmtc.dev/preciser/apis/preciser-data-management-api/changes/api/v1/teams/:team_id/schedule/get.md)

---

[API](https://skmtc.dev/preciser/apis/preciser-data-management-api.md) · [All operations](https://skmtc.dev/preciser/apis/preciser-data-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/preciser/preciser-data-management-api/revisions/9b0abde08b06/schema)
