---
title: "Retrieves a list of chapters of a given book"
method: GET
path: "/v1/books/{id}/chapters"
tags: ["books"]
---

# Retrieves a list of chapters of a given book

`GET /v1/books/{id}/chapters`

Retrieves a list of chapters of a given book; paginated, sorted and filtered by attributes.

## Path parameters

- `id` union, required
  - string, uuid
  - string

## Query parameters

- `page[size]` integer
- `page[number]` integer
- `sort` string[]
- `filter` object, nullable

## Response `200`

A list of chapters

## Other responses

- `404` — Chapter not found

---

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