---
title: "Download crawl source raw file"
method: GET
path: "/sources/{source_id}/raw"
tags: ["sources"]
---

# Download crawl source raw file

`GET /sources/{source_id}/raw`

Downloads the file content stored from crawl. Only crawl source IDs returned as content.source\_id from /search, GET /contents/{id}, or POST /completions citations are valid. Local file source IDs accepted by GET /sources/{source\_id} return 404 here.

The endpoint checks tenant ownership of the crawl source and returns the entire stored file. It does not apply per-chunk authorization policies; applications using enforce authorization should decide whether to expose raw files to each principal.

Required roles: All, App

## Path parameters

- `source_id` string, uuid, required

## Response `200`

Stored crawl file content

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/qlonolink/apis/qaip-apis.md) · [All operations](https://skmtc.net/qlonolink/apis/qaip-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/qlonolink/qaip-apis/revisions/f5f5994dfe05/schema)
