---
title: "List research papers"
method: GET
path: "/api/v1/research"
tags: ["Research"]
---

# List research papers

`GET /api/v1/research`

Peer-reviewed oncology research papers ingested from PubMed, including abstracts, authors, journal, and plain-language summaries.

## Query parameters

- `cancerType` string
- `treatmentType` string
- `search` string
- `from` string, date
- `to` string, date
- `limit` integer
- `offset` integer

## Response `200`

A page of research papers.

- object
  - `data` ResearchPaper[], required
    - `id` string
    - `pubmedId` string
    - `title` string
    - `abstract` string
    - `authors` string[]
    - `journal` string
    - `publicationDate` string, date
    - `cancerTypes` string[]
    - `treatmentTypes` string[]
    - `keywords` string[]
    - `fullTextUrl` string, uri
    - `summaryPlain` string
  - `pagination` Pagination, required
    - `total` integer
    - `limit` integer
    - `offset` integer
    - `page` integer
    - `totalPages` integer

## Other responses

- `401` — Missing, invalid, or revoked API key.
- `429` — Rate limit exceeded (100 requests/hour per key). Includes a Retry-After header.

---

[API](https://skmtc.net/curecancerwithai/apis/cure-cancer-with-ai-public-api.md) · [All operations](https://skmtc.net/curecancerwithai/apis/cure-cancer-with-ai-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/curecancerwithai/cure-cancer-with-ai-public-api/revisions/fd99aa2f2fd5/schema)
