---
title: "Get reading progress summary per paper with refs and completion"
method: GET
path: "/me/reading-progress"
tags: ["Reading Progress"]
---

# Get reading progress summary per paper with refs and completion

`GET /me/reading-progress`

## Response `200`

Reading progress per paper

- object
  - `data` object[], required
    - `paperId` string, required
    - `paperTitle` string, required
    - `readCount` integer, required
    - `totalParagraphs` integer, required
    - `percentage` number, required
    - `readRefs` string[], required

## Other responses

- `401` — Authentication required

---

[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)
