---
title: "Lists manifest CIDs stored locally in node."
method: GET
path: "/data"
tags: ["Data"]
---

# Lists manifest CIDs stored locally in node.

`GET /data`

## Response `200`

Retrieved list of content CIDs

- DataList
  - `content` DataItem[], required
    - `cid` string, required — Content Identifier as specified at https://github.com/multiformats/cid
    - `manifest` ManifestItem, required
      - `treeCid` string, required — Content Identifier as specified at https://github.com/multiformats/cid
      - `datasetSize` integer, required — Length of original content in bytes
      - `blockSize` integer, required — Size of blocks
      - `filename` string, nullable — The original name of the uploaded content (optional)
      - `mimetype` string, nullable — The original mimetype of the uploaded content (optional)

## Other responses

- `400` — Invalid CID is specified
- `404` — Content specified by the CID is not found
- `422` — The content type is not a valid content type or the filename is not valid
- `500` — Well it was bad-bad

## Changes

- **2026-01-16** `1cb7c01da4d4` — 1 breaking
  - removed the required property `content/items/manifest/protected` from the response with the `200` status
- **2025-04-02** `c45fb5a40b67` — 7 info
  - the response property `content` became required for the status `200`
  - the response property `content/items/cid` became required for the status `200`
  - the response property `content/items/manifest` became required for the status `200`
  - the response property `content/items/manifest/blockSize` became required for the status `200`
  - …3 more
- **2025-02-12** `92de50a3b676` — 1 warning
  - removed the optional property `content/items/manifest/uploadedAt` from the response with the `200` status
- **2024-11-15** `a7a2448e76f2` — 3 breaking, 2 warning, 2 info
  - the response property `content/items/manifest/filename` became nullable for the status `200`
  - the response property `content/items/manifest/mimetype` became nullable for the status `200`
  - the response property `content/items/manifest/uploadedAt` became nullable for the status `200`
  - removed the optional property `content/items/manifest/originalBytes` from the response with the `200` status
  - …3 more
- **2024-10-29** `ffb3668edb35` — 2 warning
  - deleted the `header` request parameter `content-disposition`
  - deleted the `header` request parameter `content-type`

[Full history](https://skmtc.dev/logos-storage/apis/logos-storage-api/changes/data/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)
