---
search:
  tags:
    - account
    - GET
seo:
  description: >-
    Returns a paginated list of journal entries for the current user. Reference
    for the GET /account/journal endpoint in the Leadtime Public API API.
sidebar:
  badge: GET
  label: Get journal entries
title: Get journal entries
type: openapi-operation
---
Returns a paginated list of journal entries for the current user.

**What is a Journal?**
The journal is a personal note-taking system where users can document:
- Personal notes and observations
- Feedback and conversations
- Goal agreements and reminders
- Mood tracking (Happy, Neutral, Sad)

**What is returned:**
- Entry content (formatted as HTML)
- Creation date and creator
- Mood indicator
- Reminder date (if set)

**Note:** Available for both employees and organization members. Supports server-side pagination, sorting, and filtering via grid query parameters.

<Operation source="api-reference" id="accountcontroller-getjournal" />
