List group projects
gitlab_list_group_projectsList projects in a GitLab group, optionally including subgroups, with search, pagination, and archived filters.
Instructions
Projects inside a group, optionally recursing into subgroups.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default 1) | |
| limit | No | Cap for all_pages (default 500) | |
| search | No | ||
| archived | No | ||
| group_id | Yes | Group id or full path | |
| per_page | No | Items per page, max 100 (default 20) | |
| all_pages | No | Follow pagination and return up to `limit` items across pages | |
| include_subgroups | No |