Hi guys,
thank you for great tool.

I am trying to get Redash data to Figma with help of api. But the api keeps returning me a json file. Is there any way to get just json response not file? Query is:
https://redash.io/api/queries/{ID}/results?api_key={API Key}

Hi @erbear! Redash API returns just a json response that you could use anywhere you want. There is a HTTP header to force downloading in browsers, but other tools should just ignore it.