---
title: "Download a file from the network in a streaming manner. If the file is not available locally, it will be retrieved from other nodes in the network if able."
method: GET
path: "/data/{cid}/network/stream"
tags: ["Data"]
---

# Download a file from the network in a streaming manner. If the file is not available locally, it will be retrieved from other nodes in the network if able.

`GET /data/{cid}/network/stream`

## Path parameters

- `cid` string, required — Content Identifier as specified at https://github.com/multiformats/cid

## Response `200`

Retrieved content specified by CID

## Other responses

- `400` — Invalid CID is specified
- `404` — Content specified by the CID is not found
- `500` — Well it was bad-bad

## Changes

- **2024-10-17** `0f24d6801026` — 1 info
  - endpoint added
- **2023-03-15** `dfe487dfc0e2` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/logos-storage/apis/logos-storage-api/changes/data/:cid/network/stream/get.md)

---

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