Get Kibana saved object
get_kibana_objectFetch a Kibana saved object by type:id reference, decode embedded JSON strings, and resolve linked object titles.
Instructions
Fetch a Kibana saved object (visualization, lens, dashboard, index-pattern, search, map, tag, ...) by ":" reference. Decodes the JSON-as-string fields Kibana stores inline (visState, searchSourceJSON, ...) and resolves references[] to the titles of the objects they point at. Reads .kibana_analytics and .kibana directly, so the API key needs read access to those indices.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | Yes | Saved-object reference in "<type>:<id>" form, e.g. "visualization:my-viz-001" |