Resolve Path
resolve_pathResolve a GitLab path to identify a project or group, and list projects within the group. Supports pagination for complete results.
Instructions
Resolve a GitLab path to either a project or group and list group projects when applicable
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 items to retrieve when listing group projects | |
| fullPath | Yes | Project or group full path (e.g., "group/subgroup/project") | |
| userCredentials | No | Your GitLab credentials (optional — falls back to the configured env token if not provided) |