---
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[]
    - `cid` string — Content Identifier as specified at https://github.com/multiformats/cid
    - `manifest` ManifestItem
      - `rootHash` string — Content Identifier as specified at https://github.com/multiformats/cid
      - `originalBytes` number — Length of original content in bytes
      - `blockSize` number — Size of blocks
      - `protected` boolean — Indicates if content is protected by erasure-coding

## Other responses

- `400` — Invalid CID is specified
- `404` — Content specified by the CID is not found
- `500` — Well it was bad-bad

## Changes

- **2024-03-26** `40df38b968da` — 1 breaking, 1 info
  - the response's body type/format changed from `array`/`` to `object`/`` for status `200`
  - added the optional property `content` to the response with the `200` status
- **2023-11-21** `27f1035cd6be` — 1 info
  - endpoint added
- **2023-03-15** `dfe487dfc0e2` — 1 breaking
  - api path removed without deprecation

[Change 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/40df38b968da/schema)
