export_saved_objects
Export Kibana saved objects like dashboards and data views as an NDJSON file on the server. Select by types or specific objects, optionally defining a space, to create a handle for later importing and avoid returning content directly.
Instructions
Export saved objects (dashboards, data views, …) as an NDJSON file
on the server, and return a summary + an opaque handle — NOT the
content — that you pass to import_saved_objects. Select EITHER types
(e.g. ["dashboard"], or ["*"] for the whole space) OR objects
(a list of {"type":…, "id":…}), not both. This is a sensitive export
surface; what can actually be read is bounded by the API key's
privileges, not by this tool.
space targets a Kibana space by id (default: the default space).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| space | No | ||
| types | No | ||
| objects | No | ||
| include_references_deep | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||