---
title: "List capsules that the given capsule references"
method: GET
path: "/api/preview/capsules/{id}/references"
tags: ["capsule"]
---

# List capsules that the given capsule references

`GET /api/preview/capsules/{id}/references`

## Path parameters

- `id` string, required — UUID v4 string

## Response `200`

Successful response

- object
  - `content_level` string
  - `hasMore` boolean
  - `items` object[], required
  - `nextCursor` union
    - string
    - integer
  - `overBudget` boolean
  - `reason` string, nullable
  - `returned` integer
  - `total` integer, nullable
  - `truncatedBy` string, nullable

---

[API](https://skmtc.net/symbol/apis/symbol-api.md) · [All operations](https://skmtc.net/symbol/apis/symbol-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/symbol/symbol-api/revisions/c690ac22ae04/schema)
