---
title: "Get Journals List"
method: GET
path: "/v1/journals/list"
---

# Get Journals List

`GET /v1/journals/list`

## Query parameters

- `page_token` integer, nullable

## Response `200`

Successful Response

- JournalsResponse — Response model for journal listings.
  - `success` boolean, required
  - `message` string, nullable
  - `journals` ApiResponseJournal[], nullable
    - `id` string, required
    - `title` string, required
    - `created_at` string, required
    - `updated_at` string, required
  - `next_page_token` integer, nullable

## Other responses

- `401` — Invalid API key or unauthorized access
- `422` — Validation Error
- `429` — Rate limit exceeded
- `500` — Internal server error

---

[API](https://skmtc.dev/opennote/apis/opennote-api-platform.md) · [All operations](https://skmtc.dev/opennote/apis/opennote-api-platform/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/opennote/opennote-api-platform/revisions/a9989220cb93/schema)
