action thebluealliance_get_teams_keys { label: "getTeamsKeys" description: "Gets a list of Team keys, paginated in groups of 500. (Note, each page will not have 500 teams, but will include the teams within that range of 500.)" provider: thebluealliance method: GET path: "/teams/{page_num}/keys" encoding: json output: { type: "array" items: { type: "string" } } }