I notice that re:dash has an API for query data. Is there also an API for dashboards? I’m looking for a way to figure out which queries a dashboard contains, and ultimately which data is contained in those queries.

Arik was able to point me in the direction. Just hit:

https://[domain]/api/dashboards/[dashboard-slug]?api_key=[key]

For example:

https://redash.example.com/api/dashboards/example-dashboard?api_key=0cc175b9c0f1b6a831c399e269772661

(Don’t worry, that’s not my real API key, it’s an MD5 hash of the letter “a”.)

1 Like