---
title: "List user's series with cursor-based pagination"
method: GET
path: "/api/series"
tags: ["Series"]
---

# List user's series with cursor-based pagination

`GET /api/series`

# Errors
Returns error if series database query fails or connection issues occur

## Query parameters

- `offset` string, uuid, nullable
- `limit` integer, nullable

## Response `200`

Series list retrieved

- SeriesResponse[] — List of series with pagination support
  - `category` string, nullable — Category or genre of the series
  - `coverImageUrl` string, nullable — URL to the series cover image
  - `createdAt` string, date-time, nullable — Series creation timestamp
  - `description` string, nullable — Description of the series content and purpose
  - `id` string, uuid, required — Series unique identifier
  - `length` integer, nullable — Total number of posts in the series
  - `slug` string, required — SEO-friendly URL identifier for the series
  - `title` string, required — Display name of the series
  - `updatedAt` string, date-time, nullable — Series last update timestamp
  - `userId` string, uuid, required — ID of the user who owns this series

## Other responses

- `401` — Authentication required to list series
- `500` — Server error during series listing

---

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