---
title: "Get Skill File Content"
method: GET
path: "/v2/skills/{skill_id}/files/{path}"
tags: ["Skills"]
---

# Get Skill File Content

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

Get the content of a file in a skill.

## Path parameters

- `skill_id` string, uuid, required
- `path` string, required

## Response `200`

Default Response

- object
  - `content` string, required — UTF-8 decoded contents of the file
  - `path` string, required — Relative path of the file inside the skill
  - `contentType` string — MIME content type inferred from the file extension

## Other responses

- `400` — Default Response
- `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/versions/dafcf3d868a9/schema)
