---
title: "Get a bundled skill file"
method: GET
path: "/api/skills/{id}/files/{path}"
tags: ["Skills"]
---

# Get a bundled skill file

`GET /api/skills/{id}/files/{path}`

## Path parameters

- `id` string, required
- `path` string, required

## Response `200`

Skill file

- object
  - `file` SkillFile, required
    - `id` string, required
    - `skillId` string, required
    - `path` string, required
    - `content` string, required
    - `mimeType` string, required
    - `isBinary` boolean, required
    - `size` number, nullable, required
    - `createdAt` string, required
    - `lastUpdatedAt` string, required

## Other responses

- `404` — Skill or file not found

---

[API](https://skmtc.net/desplega-ai/apis/agent-swarm-api.md) · [All operations](https://skmtc.net/desplega-ai/apis/agent-swarm-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/desplega-ai/agent-swarm-api/versions/ef761849166b/schema)
