Hi there, I’m wondering if there is a way to have a consistent url to access the latest results of a query. Right now I reference the query result, but ideally I would like to share a url that doesn’t change…
This works…
https://{redash url}/api/queries/{query id/results/{query result id}.csv?api_key={api key}
Is there something like?
https://{redash url}/api/queries/{query id}/results.csv?api_key={api key}
Thanks!