Lists items ordered by last updated time. If a query is provided, performs a natural language search instead. Supports pagination via limit and offset, and filtering via filter.
Request to list or search for items within a namespace prefix. Without a query, lists items by last updated time. With a query, performs natural language search.
List of strings representing the namespace prefix.
Optional dictionary of key-value pairs to filter results.
Maximum number of items to return (default is 10).
Number of items to skip before returning results (default is 0).
Optional natural language search query. If not provided, items are returned ordered by last updated time (listing mode). If provided, performs a natural language search over item contents.
Whether to refresh the TTL on items returned by this search. If null, uses the store's default behavior.
Success