From 26dbad8681e38c99f483cec74f123f7ee4422b8a Mon Sep 17 00:00:00 2001 From: Artyom Keydunov Date: Tue, 21 Jul 2026 19:58:41 -0700 Subject: [PATCH 1/2] docs: document workspace search and Chats History source filter (#11324) - Workspace page: add a section on the search box that finds workbooks, dashboards, and explorations by name across the folder tree, showing each result's folder location. - Chats History: mention the user type, date range, and source (Web, MCP, Slack, Scheduled, API) filters available on the admin page. Claude-Session: https://claude.ai/code/session_01BajmBG2PUEsNB45xNjZWFU Co-authored-by: Claude --- docs-mintlify/admin/monitoring/chats-history.mdx | 2 ++ docs-mintlify/docs/organize-content/folders.mdx | 8 ++++++++ 2 files changed, 10 insertions(+) diff --git a/docs-mintlify/admin/monitoring/chats-history.mdx b/docs-mintlify/admin/monitoring/chats-history.mdx index 8d6f7c5f80dd0..d4996cee80e7e 100644 --- a/docs-mintlify/admin/monitoring/chats-history.mdx +++ b/docs-mintlify/admin/monitoring/chats-history.mdx @@ -4,6 +4,8 @@ description: Admins can access users chat history through Admin → Chats Histor --- It's possible to search specific chats by the first message content or chat UUID. +You can also filter the list by user type, creation date, and source +(**Web**, **MCP**, **Slack**, **Scheduled**, or **API**).