---
title: "List files in a VOD mount"
method: GET
path: "/vod/{name}/files"
tags: ["vod"]
---

# List files in a VOD mount

`GET /vod/{name}/files`

## Path parameters

- `name` string, required

## Query parameters

- `path` string

## Response `200`

OK

- ApidocsVODFileList
  - `data` VodFileEntry[]
    - `ingest_url` string
    - `is_dir` boolean
    - `mod_time_unix` integer
    - `name` string
    - `path` string — path relative to the mount root, with forward slashes
    - `play_url` string
    - `size` integer
  - `path` string
  - `total` integer

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/datvietvac-techhub/apis/open-streamer-api.md) · [All operations](https://skmtc.net/datvietvac-techhub/apis/open-streamer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/datvietvac-techhub/open-streamer-api/revisions/9f723293b698/schema)
