---
title: "Get the full table of contents"
method: GET
path: "/toc"
tags: ["Table of Contents"]
---

# Get the full table of contents

`GET /toc`

Returns the complete table of contents with parts and their papers. This is typically the first endpoint an AI agent should call to understand the book structure.

## Response `200`

Table of contents

- object
  - `data` object, required
    - `parts` object[], required
      - `id` string, required
      - `title` string, required
      - `sponsorship` string, nullable, required
      - `papers` object[], required
        - `id` string, required
        - `title` string, required
        - `labels` string[], nullable, required

## Other responses

- `500` — Internal server error

---

[API](https://skmtc.dev/urantia/apis/urantia-papers-api.md) · [All operations](https://skmtc.dev/urantia/apis/urantia-papers-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/urantia/urantia-papers-api/revisions/6a8c13929fda/schema)
