---
title: "List Skill Files"
method: GET
path: "/v2/skills/{skill_id}/files"
tags: ["Skills"]
---

# List Skill Files

`GET /v2/skills/{skill_id}/files`

List all files in a skill.

## Path parameters

- `skill_id` string, uuid, required

## Response `200`

Default Response

- object
  - `files` object[], required — Files contained in the skill
    - `name` string, required — File name (basename)
    - `path` string, required — Relative path of the file inside the skill
    - `size` number — File size in bytes
    - `contentType` string — MIME content type of the file
    - `updatedAt` string — ISO 8601 timestamp of the last update

## Other responses

- `401` — Default Response
- `403` — Default Response
- `404` — Default Response
- `500` — Default Response

---

[API](https://skmtc.net/duvo/apis/duvo-public-api.md) · [All operations](https://skmtc.net/duvo/apis/duvo-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/duvo/duvo-public-api/revisions/dafcf3d868a9/schema)
