---
title: "Get the interests stored on the node"
method: GET
path: "/experimental/interests"
---

# Get the interests stored on the node

`GET /experimental/interests`

## Query parameters

- `peerId` string

## Response `200`

success

- InterestsGet — Ceramic interest keys
  - `interests` InterestsGetInterestsInner[], required — An array of interests
    - `data` string, required — The multbase encoded bytes of the interest.

## Other responses

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

---

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