---
title: "GET /team/{team_key}/matches/{year}/keys"
method: GET
path: "/team/{team_key}/matches/{year}/keys"
tags: ["team", "match"]
---

# GET /team/{team_key}/matches/{year}/keys

`GET /team/{team_key}/matches/{year}/keys`

Gets a list of match keys for matches for the given team and year.

## Path parameters

- `team_key` string, required
- `year` integer, required

## Headers

- `If-None-Match` string

## Response `200`

Successful response

- string[] — Array of Match Keys

## Other responses

- `304` — Not Modified - Use Local Cached Value
- `401` — Authorization information is missing or invalid.
- `404` — Not Found

---

[API](https://skmtc.net/thebluealliance/apis/the-blue-alliance-api-v3.md) · [All operations](https://skmtc.net/thebluealliance/apis/the-blue-alliance-api-v3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/thebluealliance/the-blue-alliance-api-v3/revisions/9a7cbeb48787/schema)
