action thebluealliance_get_team_events_by_year_keys { label: "getTeamEventsByYearKeys" description: "Gets a list of the event keys for events this team has competed at in the given year." provider: thebluealliance method: GET path: "/team/{team_key}/events/{year}/keys" encoding: json output: { type: "array" description: "Array of Event Keys" items: { type: "string" } } }