---
title: "Get Custom Skill File"
method: GET
path: "/skills/{public_id}/files/{path}"
tags: ["SKILLS"]
---

# Get Custom Skill File

`GET /skills/{public_id}/files/{path}`

Read one file from a skill's bundle, e.g. ``references/patterns.md``.

## Path parameters

- `public_id` string, required
- `path` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `404` — File not found
- `422` — Validation Error

## Changes

- **2026-09-02** `fcb62c79da95` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/myaltimate/apis/fastapi/changes/skills/:public_id/files/:path/get.md)

---

[API](https://skmtc.dev/myaltimate/apis/fastapi.md) · [All operations](https://skmtc.dev/myaltimate/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/myaltimate/fastapi/revisions/b8f442483dc9/schema)
