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!

Welcome to the forum!

Yes, Redash supports this out-of-the-box. The documentation page that shows exactly how to achieve this is linked here.

Hi Jesse, I’m not sure how I missed that but the share sheet makes it easy. Thanks!

1 Like