List projects
gitlab_list_projectsList GitLab projects visible to your token, using search, membership, visibility, and pagination filters to refine results.
Instructions
Lists projects visible to the token, with search and membership filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default 1) | |
| sort | No | ||
| limit | No | Cap for all_pages (default 500) | |
| owned | No | ||
| search | No | Filter by name/path | |
| simple | No | Return a compact representation (recommended) | |
| starred | No | ||
| archived | No | ||
| order_by | No | ||
| per_page | No | Items per page, max 100 (default 20) | |
| all_pages | No | Follow pagination and return up to `limit` items across pages | |
| membership | No | Only projects the token's user is a member of | |
| visibility | No |