Download any instance URL
gitlab_download_urlFetch any GitLab resource via authenticated GET, including job artifacts, raw files, avatars, and design files. Returns images as images and text as text.
Instructions
Authenticated GET of an arbitrary URL on the GitLab instance — job artifacts, raw files, avatars, design files. Returns images as images and text as text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Any URL on the configured GitLab instance (or an instance-relative path) | |
| project_id | No | Project id or URL-encoded path, e.g. `42` or `group/subgroup/project`. Falls back to GITLAB_PROJECT_ID. |