---
title: "List subscribers"
method: GET
path: "/v1/subscribers"
tags: ["subscribers"]
---

# List subscribers

`GET /v1/subscribers`

Retrieve a paginated list of subscribers for your publication. The publication is identified by the API key provided in the Authorization header.

**Response:**
- Returns subscriber email and/or wallet address
- Only active subscribers are returned
- Results are ordered by subscription date (newest first)

## Query parameters

- `cursor` string
- `limit` integer

## Response `200`

Subscribers retrieved successfully

- object
  - `items` object[], required — Array of items in this page
    - `email` string, email — Email address of the subscriber
    - `walletAddress` string — Wallet address of the subscriber
    - `createdAt` number, required — Timestamp when the subscription was created
  - `pagination` object, required
    - `cursor` string — Cursor for fetching the next page of results
    - `hasMore` boolean, required — Whether more results are available
    - `total` number — Total number of items available

## Other responses

- `401` — Invalid or missing API key
- `500` — Internal server error

## Changes

- **2026-05-07** `90de04b87133` — 2 warning
  - removed the optional property `error` from the response with the `401` status
  - removed the optional property `error` from the response with the `500` status
- **2025-12-18** `d92bbffc08cf` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/paragraph-xyz/apis/paragraph-api/changes/v1/subscribers/get.md)

---

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