---
title: "List files inside a cached artifact"
method: GET
path: "/ui/api/browse/{ecosystem}/{name}/{version}"
tags: ["browse"]
---

# List files inside a cached artifact

`GET /ui/api/browse/{ecosystem}/{name}/{version}`

Lists files from the first cached artifact for a package version.

## Path parameters

- `ecosystem` string, required
- `name` string, required
- `version` string, required

## Query parameters

- `path` string

## Response `200`

OK

- ServerBrowseListResponse
  - `files` ServerBrowseFileInfo[]
    - `is_dir` boolean
    - `mod_time` string
    - `name` string
    - `path` string
    - `size` integer
  - `path` string

## Other responses

- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.dev/git-pkgs/apis/git-pkgs-proxy-api.md) · [All operations](https://skmtc.dev/git-pkgs/apis/git-pkgs-proxy-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/git-pkgs/git-pkgs-proxy-api/revisions/bef33406b6dc/schema)
