---
title: "Get sections within a paper"
method: GET
path: "/papers/{id}/sections"
tags: ["Papers"]
---

# Get sections within a paper

`GET /papers/{id}/sections`

Returns all sections for a given paper, ordered by section number.

## Path parameters

- `id` string, required

## Response `200`

List of sections

- object
  - `data` object[], required
    - `id` string, required
    - `paperId` string, required
    - `sectionId` string, required
    - `title` string, nullable, required
    - `globalId` string, required
    - `sortId` string, required

## Other responses

- `404` — Paper not found
- `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)
