Fetch from IPFS
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.
GET
Fetch content from IPFS
Path Parameters
The IPFS CID (v0 or v1) of the content to retrieve. May include a subpath for directory traversal, e.g. QmHash.../metadata.json.
Example:
"QmTaZuQjJT9NZCYsqyRmEwLb1Vt3gme1a6BS4NQLiWXtH2"
Response
Content retrieved successfully
For JSON files: the parsed content. Schema varies by content type (dispute template, evidence, policy doc).
Fetch content from IPFS