textrawl
byJeff Green

get_insights

Get proactive insights discovered from your knowledge base

View cross-source connections, recurring themes, entity bridges, and outliers automatically discovered from your knowledge base. Requires ENABLE_INSIGHTS=true (default).

Parameters

ParameterTypeRequiredDefaultDescription
statusenumOPTIONALnewFilter: new, seen, dismissed
insightTypeenumOPTIONALallFilter: cross_source, theme_cluster, entity_bridge, temporal_pattern, outlier
querystringOPTIONAL-Semantic search for relevant insights
limitnumberOPTIONAL5Max insights (1-50)

Insight Types

TypeDescription
cross_sourceConnections found across different documents/sources
theme_clusterRecurring themes across content
entity_bridgeEntities that connect different topics
temporal_patternTime-based patterns in content
outlierUnusual or unique content that stands out

Example Request

{ "status": "new", "limit": 10 }

New insights are automatically marked as "seen" when retrieved.

On this page