list_group_projects
Retrieve a list of projects within a GitLab group, with filtering options by search term, visibility, archived status, programming language, and more. Supports pagination and inclusion of subgroup projects.
Instructions
List projects in a group
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group_id | Yes | Group ID or path | |
| include_subgroups | No | Include projects from subgroups | |
| search | No | Search term to filter projects | |
| order_by | No | Field to sort by | |
| sort | No | Sort direction | |
| archived | No | Filter for archived projects | |
| visibility | No | Filter by project visibility | |
| with_issues_enabled | No | Filter projects with issues feature enabled | |
| with_merge_requests_enabled | No | Filter projects with merge requests feature enabled | |
| min_access_level | No | Filter by minimum access level | |
| with_programming_language | No | Filter by programming language | |
| starred | No | Filter by starred projects | |
| statistics | No | Include project statistics | |
| with_custom_attributes | No | Include custom attributes | |
| with_security_reports | No | Include security reports | |
| topic | No | Filter by topic (projects tagged with this topic) | |
| page | No | Page number for pagination (default: 1) | |
| per_page | No | Number of items per page (max: 100, default: 20) |