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

- **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`
- **2024-10-25** `d0fe80e2a0ba` — 6 info
  - added the new optional `header` request parameter `content-disposition`
  - added the new optional `header` request parameter `content-type`
  - added the non-success response with the status `422`
  - added the optional property `content/items/manifest/filename` to the response with the `200` status
  - …2 more
- **2024-06-06** `fc61f6d3a744` — 1 breaking
  - the `content/items/manifest/originalBytes` response's property type/format changed from `integer`/`uint64` to `integer`/`int64` for status `200`

[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/92de50a3b676/schema)
