---
title: "GET /v1/{+parent}/books"
method: GET
path: "/v1/{+parent}/books"
tags: ["shelves"]
---

# GET /v1/{+parent}/books

`GET /v1/{+parent}/books`

Lists books in a shelf. The order is unspecified but deterministic. Newly created books will not necessarily be added to the end of this list. Returns NOT_FOUND if the shelf does not exist.

## Path parameters

- `parent` string, required

## Query parameters

- `pageSize` integer
- `pageToken` string

## Response `200`

Successful response

---

[API](https://skmtc.net/google/apis/libraryagent.md) · [All operations](https://skmtc.net/google/apis/libraryagent/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/google/libraryagent/versions/d50ed49b1097/schema)
