GET
/books
List Books
Retrieve a paginated list of books from the catalogue. Supports filtering by author, title, and availability.
Query Parameters
See schema: PaginationParams
Request Body
Content Types: -
Schema: -
Responses
| Status | Description | Schema |
|---|---|---|
| 200 | Successful response with list of books | Book |
| 401 | Unauthorised - invalid or missing authentication | ErrorResponse |