Group Projects
get_group_projectsRetrieve projects inside a GitLab group, with optional search filtering, to explore group repositories.
Instructions
List projects inside a GitLab group (optionally filter by search term)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Pagination cursor. To fetch the next page, pass the previous response pageInfo.endCursor here and repeat until pageInfo.hasNextPage is false. Paginating this way is the reliable path to complete results and accurate totals. | |
| first | No | Number of projects to retrieve | |
| fullPath | Yes | Group full path (e.g., "group/subgroup") | |
| searchTerm | No | Optional search term to filter group projects | |
| userCredentials | No | Your GitLab credentials (optional — falls back to the configured env token if not provided) |