Is there an API which helps me to add an existing query to a redash instance?
This site is in read only mode. Please continue to browse, but replying, likes,
and other actions are disabled for now.
Yes. This isn’t formally documented (yet) but you can POST
to /api/queries
and include a data_source_id
and query
in your request body.