action thebluealliance_get_event_match_timeseries { label: "getEventMatchTimeseries" description: "Gets an array of Match Keys for the given event key that have timeseries data. Returns an empty array if no matches have timeseries data.\n*WARNING:* This is *not* official data, and is subject to a significant possibility of error, or missing data. Do not rely on this data for any purpose. In fact, pretend we made it up.\n*WARNING:* This endpoint and corresponding data models are under *active development* and may change at any time, including in breaking ways." provider: thebluealliance method: GET path: "/event/{event_key}/matches/timeseries" encoding: json output: { type: "array" items: { type: "string" description: "Match Key" } } }