Export Multiple Dashboards API

Hi All,

I am trying to export multiple dashboard at once. I have no issue doing an export for 1 dashboard. Two dashboard is where I am seeing an error. I went to https://www.elastic.co/guide/en/kibana/current/dashboard-api-export.html and saw they support array which I assuming means you can export multiple dashboards.
Can someone show me an example of how I can do this? The link shown above shows no example for multiple dashboard.

You're right! I've submitted a documentation enhancement about it.

It is possible to export multiple dashboards passing multiple times the dashboard parameter in the URL:

curl -X GET "https://localhost:5601/api/kibana/dashboards/export?dashboard=7adfa750-4c81-11e8-b3d7-01146121b73d&dashboard=a6140e60-4348-11ea-8a21-af2e91cbed41"
1 Like

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