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
| Param | Type | Required | Description |
|---|---|---|---|
limit | integer | no | Max active lead groups returned. Default: 5. |
search_id | string | no | Inspect one durable staged search from local storage without calling a provider. |
result_offset | integer | no | Local staged-row offset when search_id is provided. Default: 0. |
active_lead_groups[]lists groups withstatus == activeORrun_status == running, most recent first.
Sample request
{
"limit": 5
}