You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In addition to the data sources that Glean has built-in support for, Glean also provides a REST API that enables customers to put arbitrary content in the search index. This is useful, for example, for doing permissions-aware search over content in internal tools that reside on-prem as well as for searching over applications that Glean does not currently support first class. In addition these APIs allow the customer to push organization data (people info, organization structure etc) into Glean.
@@ -22,7 +22,7 @@ info:
22
22
These API clients provide type-safe, idiomatic interfaces for working with Glean IndexingAPIs in your language of choice.
description: Top power users, over the specified time period in the specified departments.
8598
-
engagementBreakdown:
8599
-
type: object
8600
-
properties:
8601
-
nonUsers:
8602
-
type: integer
8603
-
description: Number of non-user employees in the specified departments.
8604
-
dormantUsers:
8605
-
type: integer
8606
-
description: Number of currently dormant users in the specified departments.
8607
-
regularUsers:
8608
-
type: integer
8609
-
description: Number of currently regular users in the specified departments.
8610
-
powerUsers:
8611
-
type: integer
8612
-
description: Number of currently power users in the specified departments.
8606
+
description: 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.
8613
8607
PerUserAssistantInsight:
8614
8608
properties:
8615
8609
person:
@@ -8625,10 +8619,10 @@ components:
8625
8619
description: Total number of AI Answers interacted with by this user over the specified time period.
8626
8620
numGleanbotInteractions:
8627
8621
type: integer
8628
-
description: Total number of Gleanbot interacted with by this user over the specified time period.
8622
+
description: Total number of Gleanbot responses marked useful by this user over the specified time period.
8629
8623
numDaysActive:
8630
8624
type: integer
8631
-
description: Total number of days this user was active over the specified time period.
8625
+
description: Total number of days this user was active on the Assistant over the specified time period.
8632
8626
AssistantInsightsResponse:
8633
8627
allOf:
8634
8628
- $ref: "#/components/schemas/CurrentActiveUsers"
@@ -8673,6 +8667,9 @@ components:
8673
8667
icon:
8674
8668
$ref: "#/components/schemas/IconConfig"
8675
8669
description: Agent icon configuration
8670
+
isDeleted:
8671
+
type: boolean
8672
+
description: Indicates whether the agent has been deleted
8676
8673
userCount:
8677
8674
type: integer
8678
8675
description: Total number of users for this agent over the specified time period.
0 commit comments