action thebluealliance_get_district_teams_keys { label: "getDistrictTeamsKeys" description: "Gets a list of `Team` objects that competed in events in the given district." provider: thebluealliance method: GET path: "/district/{district_key}/teams/keys" encoding: json output: { type: "array" description: "Array of Team Keys" items: { type: "string" } } }