Search for saved objects
Spaces method and path for this operation:
<div><span class="operation-verb get">get</span> <span class="operation-path">/s/{space_id}/api/saved_objects/_find</span></div>Refer to Spaces for more information.
WARNING: This API is deprecated. This is a legacy Saved Objects API and may be removed in a future version of Kibana.
Searches for Kibana saved objects.
For transferring or backing up saved objects, prefer the export API (POST /api/saved_objects/_export).
Query parameters
The number of items per page.
The page index to return.
The saved object type or types to search for. Use multiple type values to search across types.
A text search string.
The boolean operator to use when combining multiple values.
The fields to search on.
The field to sort on.
Return only saved objects that have a reference to the specified saved object(s).
The boolean operator to use when combining multiple values.
Return only saved objects that do not have a reference to the specified saved object(s).
The boolean operator to use when combining multiple values.
The fields to return for each saved object.
A KQL filter to apply to the search.
Aggregations as a JSON string.
The namespaces (spaces) to search in.
Response
A search response.