List container images
gitlab_list_registry_repositoriesList container registry repositories for a GitLab project, optionally including tags and pagination to manage container images.
Instructions
Container registry repositories of a project, optionally with tags.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default 1) | |
| tags | No | ||
| limit | No | Cap for all_pages (default 500) | |
| per_page | No | Items per page, max 100 (default 20) | |
| all_pages | No | Follow pagination and return up to `limit` items across pages | |
| project_id | No | Project id or URL-encoded path, e.g. `42` or `group/subgroup/project`. Falls back to GITLAB_PROJECT_ID. |