action thebluealliance_get_team_matches_by_year_keys { label: "getTeamMatchesByYearKeys" description: "Gets a list of match keys for matches for the given team and year." provider: thebluealliance method: GET path: "/team/{team_key}/matches/{year}/keys" encoding: json output: { type: "array" description: "Array of Match Keys" items: { type: "string" } } }