---
title: "GET /team/{team_key}/robots"
method: GET
path: "/team/{team_key}/robots"
tags: ["team"]
---

# GET /team/{team_key}/robots

`GET /team/{team_key}/robots`

Gets a list of year and robot name pairs for each year that a robot name was provided. Will return an empty array if the team has never named a robot.

## Path parameters

- `team_key` string, required

## Headers

- `If-None-Match` string

## Response `200`

Successful response

- TeamRobot[]
  - `year` integer, required — Year this robot competed in.
  - `robot_name` string, required — Name of the robot as provided by the team.
  - `key` string, required — Internal TBA identifier for this robot.
  - `team_key` string, required — TBA team key for this robot.

## 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/versions/9a7cbeb48787/schema)
