---
title: "Download raw ingested content"
method: GET
path: "/api/agent/ingest/{id}/content"
tags: ["Ingest"]
---

# Download raw ingested content

`GET /api/agent/ingest/{id}/content`

Streams the raw content file from R2 storage. Primary response is a binary octet-stream; some content types may return JSON.

## Path parameters

- `id` string, uuid, required

## Response `200`

Raw content stream from R2 storage

- object

## Other responses

- `401` — Unauthorized
- `404` — Not found
- `429` — Rate limit exceeded
- `502` — Bad gateway -- upstream storage fetch failed

## Changes

- **2026-03-01** `2df2182b5901` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/citedy/apis/citedy-agent-api/changes/api/agent/ingest/:id/content/get.md)

---

[API](https://skmtc.dev/citedy/apis/citedy-agent-api.md) · [All operations](https://skmtc.dev/citedy/apis/citedy-agent-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/citedy/citedy-agent-api/revisions/b5785d3fe446/schema)
