Group Activity Summary
analytics_group_summaryAggregate activity summary for a GitLab group – totals by action type (pushes, MRs, comments, approvals) and breakdowns by project, contributor, and day. Quickly understand team activity without querying individual projects.
Instructions
Aggregated activity summary for an entire group (optionally including subgroups) over a time window — totals by action type (pushes, MRs opened/merged, comments, approvals), with breakdowns by project, by contributor, and by day. Use this to answer "what did this team do" without fanning out across list_project_events yourself.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group | Yes | Group full path (e.g. "my-group" or "my-group/sub-group") | |
| since | Yes | ISO date/datetime, inclusive lower bound (e.g. "2026-04-01" or "2026-04-01T00:00:00Z") | |
| until | No | ISO date/datetime, inclusive upper bound. Defaults to now. | |
| includeSubgroups | No | Recurse into subgroup projects. Defaults to true. | |
| topContributors | No | Cap on the byUser[] list (sorted by event count desc). Default 10. | |
| maxEvents | No | Global cap on events fetched across all projects. Defaults to 2000; envelope flags truncated:true if reached. | |
| maxProjects | No | Cap on projects scanned. Defaults to 500. | |
| userCredentials | No | Your GitLab credentials (optional — falls back to the configured env token if not provided) |