---
title: "Get Skill File"
method: GET
path: "/v1/skills/{skill_id}/files/{path}"
tags: ["v1", "protected", "skills"]
---

# Get Skill File

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

Get a file from a skill package.

By default, returns a redirect to a presigned URL.
Set redirect=false to get the presigned URL in the response body.

## Path parameters

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

## Query parameters

- `redirect` boolean

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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