action thebluealliance_get_team_events_statuses_by_year { label: "getTeamEventsStatusesByYear" description: "Gets a key-value list of the event statuses for events this team has competed at in the given year." provider: thebluealliance method: GET path: "/team/{team_key}/events/{year}/statuses" encoding: json output: { type: "object" description: "A key-value pair of `Team_Event_Status` objects with the event key as the key." } }