IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Export dashboard API
editExport dashboard API
editDeprecated in 7.15.0.
Use Export objects instead.
Export dashboards and corresponding saved objects.
Request
editGET <kibana host>:<port>/api/kibana/dashboards/export
GET <kibana host>:<port>/s/<space-id>/api/kibana/dashboards/export
Query parameters
edit-
dashboard
- (Required, array|string) The IDs of the dashboards that you want to export. To export multiple dashboards, repeat the query parameter.
Response body
edit-
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.