Get artifact archive file list with Jobs API
Problem to solve
With Jobs API you can to download single file from job artifact archive but files list not available
Further details
On site side you can get artifact archive files list
Its already possible to download single file from job artifact archive
GET /projects/:id/jobs/:job_id/artifacts/*artifact_path
If you need files from some folder than you mast to download full archive and its make some space and network overuse
Proposal
Add API endpoint with artifact archive files list
Edited by Roman Horbach