Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 3.13 KB

File metadata and controls

13 lines (10 loc) · 3.13 KB

AgentUsersInsight

Fields

Field Type Required Description Example
person Optional<Person> N/A {
"name": "George Clooney",
"obfuscatedId": "abc123"
}
departmentName Optional<String> Department name
agentsUsedCount Optional<Long> Total number of agents used by this user over the specified time period.
averageRunsPerDayCount Optional<Float> Average number of runs per day for this user over the specified time period.
agentsCreatedCount Optional<Long> Total number of agents created by this user over the specified time period.
runCount Optional<Long> Total number of agent runs for this user over the specified time period.