---
search:
  tags:
    - projects
    - GET
seo:
  description: >-
    Returns complete details for a specific project journal entry, including…
    Reference for the GET /projects/journal/{id} endpoint in the Leadtime Public
    API API.
sidebar:
  badge: GET
  label: Get project journal entry details
title: Get project journal entry details
type: openapi-operation
---
Returns complete details for a specific project journal entry, including the full formatted content.

**What is returned:**
- Journal entry identification (ID, projectId)
- Complete body content converted to HTML format with all formatting preserved
- Mood indicator (Sad, Neutral, or Happy)
- Creation metadata (createdAt, createdBy)
- Last update timestamp (lastUpdated)
- Optional reminder date (null if not set)

**Use cases:**
- Displaying a full journal entry in detail view
- Editing an existing entry (use this to get current values before updating)
- Retrieving formatted content for display in external systems

**Note:** Returns 404 if the journal entry does not exist, has been deleted, or is not a project journal entry.

<Operation source="api-reference" id="projectsjournalcontroller-getprojectjournaldetails" />
