---
title: "List items in capsule"
method: GET
path: "/data"
tags: ["Data"]
---

# List items in capsule

`GET /data`

## Response `200`

Successful response

- ListItemResult[]
  - `item_id` string — Unique identifier for the item
  - `kind` string — Type of the item (e.g., 'file' or 'text')
  - `uri` string — URI associated with the item
  - `time_added` string, date-time — Timestamp when the item was added to the capsule
  - `time_authored` string, date-time — Timestamp when the item was originally authored
  - `metadata` object — Additional metadata associated with the item

## Other responses

- `400` — Bad request
- `500` — Internal server error

---

[API](https://skmtc.dev/sidhq/apis/capsules-api.md) · [All operations](https://skmtc.dev/sidhq/apis/capsules-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sidhq/capsules-api/revisions/ab766386b0d2/schema)
