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[models.Person] N/A {
"name": "George Clooney",
"obfuscatedId": "abc123"
}
department_name Optional[str] Department name
agents_used_count Optional[int] Total number of agents used by this user over the specified time period.
average_runs_per_day_count Optional[float] Average number of runs per day for this user over the specified time period.
agents_created_count Optional[int] Total number of agents created by this user over the specified time period.
run_count Optional[int] Total number of agent runs for this user over the specified time period.