ToolsConnect

Get workspace overview

Workspace snapshot with recent staged searches, or inspect one staged search by search_id.

Tool: get_workspace_overview

Search inspection returns locally stored rows and never calls a provider.

Parameters

ParamTypeRequiredDescription
limitintegernoMax active lead groups returned. Default: 5.
search_idstringnoInspect one durable staged search from local storage without calling a provider.
result_offsetintegernoLocal staged-row offset when search_id is provided. Default: 0.

active_lead_groups[] lists groups with status == active OR run_status == running, most recent first.

Sample request

{
  "limit": 5
}

On this page