list_saved_objects
Retrieve saved objects from OpenSearch Dashboards filtered by type and tenant. Returns IDs, titles, and types for quick discovery.
Instructions
List saved objects of a given type (dashboard, index-pattern, search, ...).
Calls the Dashboards saved_objects/_find API and returns a compact
list of {id, title, type} so the LLM is not flooded with raw fields.
Saved objects are stored per multi-tenancy tenant. tenant selects
which one to read via the securitytenant header:
a tenant name (e.g. "Developers Core", "Global")
"user" for the caller's private tenant
None (default) uses the user's configured default tenant Use the
get_tenantstool to discover available tenant names.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type_ | No | dashboard | |
| tenant | No | ||
| per_page | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||