list_job_artifacts
List files within a GitLab job's artifacts archive by job and project ID. Get file names, paths, types, sizes, and optionally filter by directory or recurse.
Instructions
List artifact files in a job's artifacts archive. Returns file names, paths, types, and sizes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Directory path within the artifacts archive (defaults to root) | |
| job_id | No | The ID of the job | |
| recursive | No | Whether to list artifacts recursively | |
| project_id | No | Project ID or URL-encoded path |