---
title: "Download a knowledge file"
method: GET
path: "/v1/knowledge/files/{file_path}/content"
tags: ["External API"]
---

# Download a knowledge file

`GET /v1/knowledge/files/{file_path}/content`

Stream the raw bytes for a customer-visible knowledge file.

## Path parameters

- `file_path` string, required

## Headers

- `If-None-Match` string, nullable

## Response `200`

Successful Response

- string, binary

## Other responses

- `304` — The supplied If-None-Match validator is current.
- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `500` — Internal Server Error
- `503` — Service Unavailable
- `4XX` — Client error returned in the V1 error envelope.

---

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