---
title: "Get Journal Entry"
method: GET
path: "/v2/public/journals/{journal_id}"
tags: ["journals"]
---

# Get Journal Entry

`GET /v2/public/journals/{journal_id}`

## Path parameters

- `journal_id` string, required

## Query parameters

- `workspace_id` string, nullable
- `view_id` string, nullable
- `form_view_id` string, nullable

## Headers

- `X-Workspace-Code` string

## Response `200`

Object record detail response. The base detail payload is intentionally thin; drawer sections load through scoped endpoints.

- GetPublicJournalApiV2PublicJournalsJournalIdGet200Envelope
  - `success` true, required
  - `data` ObjectRecordData, required
    - `id` string, required
    - `record_id` string, required
    - `object_type` string, required
    - `custom_object_id` string, nullable
    - `status` string, nullable
    - `usage_status` string, nullable
    - `properties` object
    - `display_properties` object
  - `meta` EnvelopeMeta, required
    - `ctx_id` string, required
    - `pagination` PaginationMeta
      - `page` integer, required
      - `page_size` integer, required
      - `total` integer, required
      - `next_cursor` string, nullable
    - `toast` ToastMessage
      - `variant` 'success' | 'error' | 'info' | 'warning', required
      - `code` string, required
      - `message` string, required
      - `i18n` ToastMessageI18n, required
        - `en` string, required
        - `ja` string, required

## Other responses

- `401` — Error response
- `403` — Error response
- `422` — Error response

---

[API](https://skmtc.net/sankahq/apis/sanka-public-api.md) · [All operations](https://skmtc.net/sankahq/apis/sanka-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sankahq/sanka-public-api/versions/91dba803a2c1/schema)
