Data
Download only the dataset manifest from the network to the local node if it's not available locally.
get/data/{cid}/network/manifest
Path parameters
cidstring required
Content Identifier as specified at https://github.com/multiformats/cid
Example:QmYyQSo1c1Ym7orWxLYvCrM2EmxFTANf8wXmmE7DWjhx5N
File for which the manifest is to be downloaded.
Response
Manifest information.
Example response
{
"cid": "QmYyQSo1c1Ym7orWxLYvCrM2EmxFTANf8wXmmE7DWjhx5N",
"manifest": {
"treeCid": "QmYyQSo1c1Ym7orWxLYvCrM2EmxFTANf8wXmmE7DWjhx5N",
"filename": "storage.png",
"mimetype": "image/png"
}
}