Download kibana dashboards using API call

i know that we can download our kibana dashboards as CSV but is it possible to download any kibana dashboard using tools like POSTMAN ?? by providing our login credentials and without logging into kibana is there a way to download kibana dashboards using any API call ?? please help :slightly_smiling_face:

If you want to download the dashboard object, you can do that with the API: https://www.elastic.co/guide/en/kibana/7.10/saved-objects-api.html
But if you want to download the data, like you do via the CSV, I guess you can schedule it like this: https://www.elastic.co/guide/en/kibana/master/automating-report-generation.html

thanks for your time and help :slightly_smiling_face:

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.