List groups
gitlab_list_groupsList GitLab groups accessible to your token, with pagination, search, and ownership filters to manage group visibility.
Instructions
Lists groups visible to the token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default 1) | |
| limit | No | Cap for all_pages (default 500) | |
| owned | No | ||
| search | No | ||
| per_page | No | Items per page, max 100 (default 20) | |
| all_pages | No | Follow pagination and return up to `limit` items across pages | |
| top_level_only | No |