Group Activity Analytics API
- Tier: Premium, Ultimate
- Offering: GitLab.com, GitLab Self-Managed, GitLab Dedicated
Get count of recently created issues for group
GET /analytics/group_activity/issues_count
Parameters:
Attribute | Type | Required | Description |
---|---|---|---|
group_path | string | yes | Group path |
Example request:
curl --header "PRIVATE-TOKEN: <your_access_token>" "https://gitlab.example.com/api/v4/analytics/group_activity/issues_count?group_path=gitlab-org"
Example response:
{ "issues_count": 10 }
Get count of recently created merge requests for group
GET /analytics/group_activity/merge_requests_count
Parameters:
Attribute | Type | Required | Description |
---|---|---|---|
group_path | string | yes | Group path |
Example request:
curl --header "PRIVATE-TOKEN: <your_access_token>" "https://gitlab.example.com/api/v4/analytics/group_activity/merge_requests_count?group_path=gitlab-org"
Example response:
{ "merge_requests_count": 10 }
Get count of members recently added to group
GET /analytics/group_activity/new_members_count
Parameters:
Attribute | Type | Required | Description |
---|---|---|---|
group_path | string | yes | Group path |
Example request:
curl --header "PRIVATE-TOKEN: <your_access_token>" "https://gitlab.example.com/api/v4/analytics/group_activity/new_members_count?group_path=gitlab-org"
Example response:
{ "new_members_count": 10 }
Docs
Edit this page to fix an error or add an improvement in a merge request.
Create an issue to suggest an improvement to this page.
Product
Create an issue if there's something you don't like about this feature.
Propose functionality by submitting a feature request.
Feature availability and product trials
View pricing to see all GitLab tiers and features, or to upgrade.
Try GitLab for free with access to all features for 30 days.
Get help
If you didn't find what you were looking for, search the docs.
If you want help with something specific and could use community support, post on the GitLab forum.
For problems setting up or using this feature (depending on your GitLab subscription).
Request support