Skip to content

Latest commit

 

History

History
36 lines (33 loc) · 21.3 KB

File metadata and controls

36 lines (33 loc) · 21.3 KB

InsightsOverviewResponse

Fields

Field Type Required Description
monthly_active_users Optional[int] Number of current Monthly Active Users, in the specified departments.
weekly_active_users Optional[int] Number of current Weekly Active Users, in the specified departments.
departments List[str] Department name(s).
employee_count Optional[int] Number of current employees in the specified departments, according to the Org Chart.
total_signups Optional[int] Number of current signed up employees in the specified departments, according to the Org Chart.
search_summary Optional[models.InsightsSearchSummary] N/A
chat_summary Optional[models.InsightsChatSummary] N/A
extension_summary Optional[models.CurrentActiveUsers] N/A
ugc_summary Optional[models.CurrentActiveUsers] N/A
last_updated_ts Optional[int] Unix timestamp of the last update for the insights data in the response.
search_session_satisfaction Optional[float] Search session satisfaction rate, over the specified time period in the specified departments.
monthly_active_user_timeseries Optional[models.LabeledCountInfo] N/A
weekly_active_user_timeseries Optional[models.LabeledCountInfo] N/A
daily_active_user_timeseries Optional[models.LabeledCountInfo] N/A
search_monthly_active_user_timeseries Optional[models.LabeledCountInfo] N/A
search_weekly_active_user_timeseries Optional[models.LabeledCountInfo] N/A
search_daily_active_user_timeseries Optional[models.LabeledCountInfo] N/A
assistant_monthly_active_user_timeseries Optional[models.LabeledCountInfo] N/A
assistant_weekly_active_user_timeseries Optional[models.LabeledCountInfo] N/A
assistant_daily_active_user_timeseries Optional[models.LabeledCountInfo] N/A
agents_monthly_active_user_timeseries Optional[models.LabeledCountInfo] N/A
agents_weekly_active_user_timeseries Optional[models.LabeledCountInfo] N/A
agents_daily_active_user_timeseries Optional[models.LabeledCountInfo] N/A
searches_timeseries Optional[models.LabeledCountInfo] N/A
assistant_interactions_timeseries Optional[models.LabeledCountInfo] N/A
agent_runs_timeseries Optional[models.LabeledCountInfo] N/A
search_datasource_counts Dict[str, int] Counts of search result clicks, by datasource, over the specified time period in the specified departments.
chat_datasource_counts Dict[str, int] Counts of cited documents in chat, by datasource, over the specified time period in the specified departments.
per_user_insights List[models.PerUserInsight] Per-user insights, over the specified time period in the specified departments. All current users in the organization who have signed into Glean at least once are included.