action thebluealliance_get_event_matches_keys { label: "getEventMatchesKeys" description: "Gets a list of match keys for the given event." provider: thebluealliance method: GET path: "/event/{event_key}/matches/keys" encoding: json output: { type: "array" description: "Array of Match Keys" items: { type: "string" } } }