---
title: "GET /articles/{articleId}/{articleVersion}"
method: GET
path: "/articles/{articleId}/{articleVersion}"
tags: ["Articles"]
---

# GET /articles/{articleId}/{articleVersion}

`GET /articles/{articleId}/{articleVersion}`

Get an article specified by ID and Version

## Response `200`

Requested article

- Article
  - `id` string
  - `data` string
  - `owner` string
  - `version` number
  - `grants` Grant[]
    - `identifier` string
    - `permissions` string[]

## Other responses

- `401` — You do not have enough permissions to access this article
- `404` — Article not found
- `4XX` — Error handling request

---

[API](https://skmtc.dev/apress/apis/hydra-server.md) · [All operations](https://skmtc.dev/apress/apis/hydra-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/apress/hydra-server/revisions/f125dd35c820/schema)
