action thebluealliance_get_event_teams_statuses { label: "getEventTeamsStatuses" description: "Gets a key-value list of the event statuses for teams competing at the given event." provider: thebluealliance method: GET path: "/event/{event_key}/teams/statuses" encoding: json output: { type: "object" description: "A key-value pair of `Team_Event_Status` objects with the event key as the key." } }