List all pages for a book
GET/:prefix/api/v1/books/:book_id/pages
Returns an array of page metadata for all pages in a book. Pages are ordered by page number (1-indexed).
Endpoint
GET /{prefix}/api/v1/books/{bookId}/pages
Authentication
- Bearer token (JWT)
- Basic Auth
- API Key
Response
Returns an array of KomgaPageDto objects with page metadata including
filename, MIME type, dimensions, and size.
Request
Responses
- 200
- 401
- 404
List of pages in the book
Unauthorized
Book not found