---
title: "Fetch content from IPFS"
method: GET
path: "/ipfs/{hash}"
---

# Fetch content from IPFS

`GET /ipfs/{hash}`

Retrieve a file or directory from IPFS by its CID hash. Returns the raw content. For JSON files (dispute templates, evidence, policy docs) the response body is the parsed JSON.

## Path parameters

- `hash` string, required

## Response `200`

Content retrieved successfully

- object — For JSON files: the parsed content. Schema varies by content type (dispute template, evidence, policy doc).

## Other responses

- `404` — Content not found or not yet propagated to this gateway

---

[API](https://skmtc.net/kleros/apis/kleros-ipfs-gateway.md) · [All operations](https://skmtc.net/kleros/apis/kleros-ipfs-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kleros/kleros-ipfs-gateway/revisions/5cd8dce08efe/schema)
