---
title: "Retrieve a journal"
method: GET
path: "/api/external/v2/journals/{id}"
tags: ["Journals"]
---

# Retrieve a journal

`GET /api/external/v2/journals/{id}`

Retrieve a journal

> ℹ️
> This endpoint requires one of the following scopes: `journals:readonly`, `journals:all`

## Path parameters

- `id` integer, required

## Response `200`

Returns a journal

- object
  - `code` string, required
  - `id` integer, required
  - `label` string, required
  - `type` string, required

## Other responses

- `400` — Bad request
- `401` — Access token is missing or invalid
- `403` — Access to this resource forbidden
- `404` — The resource was not found

---

[API](https://skmtc.net/pennylane/apis/company-v2.md) · [All operations](https://skmtc.net/pennylane/apis/company-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pennylane/company-v2/revisions/a5b7236473c6/schema)
