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

# List papers

`GET /api/papers`

List arXiv papers sorted by published date

## Query parameters

- `cursor` string — Pagination cursor
- `limit` integer

## Response `200`

List of papers

- object[]
  - `id` string, required
  - `title` string, required
  - `upvotes` number, required
  - `publishedAt` string, date-time, required
  - `thumbnailUrl` string
  - `authors` object[], required
    - `_id` string, required
    - `name` string, required
    - `status` string
    - `statusLastChangedAt` string, date-time
    - `user` object — User overview information
      - `_id` string, required
      - `avatarUrl` string, required
      - `fullname` string, required
      - `isPro` boolean, required
      - `name` string, required
      - `type` string, required
      - `user` string
      - `isHf` boolean
      - `isHfAdmin` boolean
      - `isMod` boolean
      - `followerCount` number
    - `hidden` boolean, required
  - `summary` string, required
  - `projectPage` string
  - `githubRepo` string
  - `ai_summary` string
  - `organization` object
    - `_id` string, required
    - `name` string, required
    - `fullname` string
    - `avatar` string

## Changes

- **2026-09-08** `bd17546f47b8` — 2 info
  - the `items/authors/items/statusLastChangedAt` response's property pattern was changed from `^((\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-((0[13578]|1[02])-(0[1-9]|[12]\d|3[01])|(0[469]|11)-(0[1-9]|[12]\d|30)|(02)-(0[1-9]|1\d|2[0-8])))T([01]\d|2[0-3]):[0-5]\d:[0-5]\d(\.\d+)?(Z)$` to `^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d:[0-5]\d(?:\.\d+)?(?:Z))$` for the status `200`
  - the `items/publishedAt` response's property pattern was changed from `^((\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-((0[13578]|1[02])-(0[1-9]|[12]\d|3[01])|(0[469]|11)-(0[1-9]|[12]\d|30)|(02)-(0[1-9]|1\d|2[0-8])))T([01]\d|2[0-3]):[0-5]\d:[0-5]\d(\.\d+)?(Z)$` to `^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d:[0-5]\d(?:\.\d+)?(?:Z))$` for the status `200`

[Change history](https://skmtc.dev/huggingface/apis/hub-api-endpoints/changes/api/papers/get.md)

---

[API](https://skmtc.dev/huggingface/apis/hub-api-endpoints.md) · [All operations](https://skmtc.dev/huggingface/apis/hub-api-endpoints/llms.txt) · [OpenAPI document](https://skmtc.dev/huggingface/apis/hub-api-endpoints/revisions/ea15a26e9ab3?raw)
