Data

Lists manifest CIDs stored locally in node.

get/data

Headers

content-typestring
Example:image/png

The content type of the file. Must be valid.

content-dispositionstring
Example:attachment; filename="codex.png"

The content disposition used to send the filename.

Response

Retrieved list of content CIDs

Example response

{
  "content": [
    {
      "cid": "QmYyQSo1c1Ym7orWxLYvCrM2EmxFTANf8wXmmE7DWjhx5N",
      "manifest": {
        "rootHash": "QmYyQSo1c1Ym7orWxLYvCrM2EmxFTANf8wXmmE7DWjhx5N",
        "filename": "codex.png",
        "mimetype": "image/png",
        "uploadedAt": 1729244192
      }
    }
  ]
}

Changes