---
title: "Get events matching the interest stored on the node"
method: GET
path: "/experimental/events/{sep}/{sepValue}"
---

# Get events matching the interest stored on the node

`GET /experimental/events/{sep}/{sepValue}`

## Path parameters

- `sep` string, required
- `sepValue` string, required

## Query parameters

- `controller` string
- `streamId` string
- `offset` integer
- `limit` integer

## Response `200`

success

- EventsGet — Ceramic event keys as part of a Ceramic Stream
  - `events` Event[], required — An array of events
    - `id` string, required — Multibase encoding of event root CID bytes.
    - `data` string — Multibase encoding of event data.
  - `resumeOffset` integer, required — An integer specifying where to resume the request. Only works correctly for the same input parameters.
  - `isComplete` boolean, required — A boolean specifying if there are more events to be fetched. Repeat with the resumeOffset to get next set.

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