Export dashboard APIedit
[experimental] This functionality is experimental and may be changed or removed completely in a future release. Elastic will take a best effort approach to fix any issues, but experimental features are not subject to the support SLA of official GA features. Export dashboards and corresponding saved objects.
Requestedit
GET <kibana host>:<port>/api/kibana/dashboards/export
GET <kibana host>:<port>/s/<space-id>/api/kibana/dashboards/export
Query parametersedit
-
dashboard
- (Required, array|string) The IDs of the dashboards that you want to export. To export multiple dashboards, repeat the query parameter.
Response bodyedit
-
objects
- (array) A top level property that includes the saved objects. The order of the objects is not guaranteed. Use the exact response body as the request body for the corresponding Import dashboard API.