---
title: "List article versions"
method: GET
path: "/articles/{article_id}/versions"
tags: ["articles"]
---

# List article versions

`GET /articles/{article_id}/versions`

List public article versions

## Path parameters

- `article_id` integer, required

## Response `200`

OK. Article version representations

- ArticleVersions[]
  - `version` integer, required — Version number
  - `url` string, url, required — Api endpoint for the item version

## Other responses

- `400` — Bad Request. Article ID must be an integer and bigger than 0.
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/figshare/apis/figshare-api.md) · [All operations](https://skmtc.net/figshare/apis/figshare-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/figshare/figshare-api/revisions/9dfb419f4430/schema)
