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

# Lists manifest CIDs stored locally in node.

`GET /data`

## Headers

- `content-type` string
- `content-disposition` string

## 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` integer — Length of original content in bytes
      - `blockSize` integer — Size of blocks
      - `protected` boolean — Indicates if content is protected by erasure-coding
      - `filename` string — The original name of the uploaded content (optional)
      - `mimetype` string — The original mimetype of the uploaded content (optional)
      - `uploadedAt` integer — The UTC upload timestamp in seconds

## 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

- **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`
- **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/d0fe80e2a0ba/schema)
