---
title: "Get a comment on a journal entry"
method: GET
path: "/companies/{companyId}/journal-entries/{journalEntryId}/comments/{commentId}"
tags: ["journal-entries"]
---

# Get a comment on a journal entry

`GET /companies/{companyId}/journal-entries/{journalEntryId}/comments/{commentId}`

Retrieve a single comment by its ID on a journal entry.

**Scope:** `journal-entries:read`

## Response `200`

Comment found

- JournalEntryComment — A comment on a journal entry.
  - `id` string, uuid — Unique identifier of the comment
  - `content` string — The plain text content of the comment
  - `authorName` string — Display name of the comment author (integration name or user name)
  - `createdDatetime` string, date-time — When the comment was created (UTC)
  - `updatedDatetime` string, date-time — When the comment was last updated (UTC)

## Other responses

- `404` — Journal entry or comment not found

---

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