---
search:
  tags:
    - organizations
    - GET
seo:
  description: >-
    Retrieves a paginated grid of organization member journal… Reference for the
    GET /organizations/members/journal endpoint in the Leadtime Public API API.
sidebar:
  badge: GET
  label: List organization member journal entries
title: List organization member journal entries
type: openapi-operation
---
Retrieves a paginated grid of organization member journal entries with filtering and sorting capabilities. Filterable fields: id, memberId, createdAt, createdBy, mood, reminder. Sortable fields: id, memberId, createdAt, createdBy, mood, reminder.

**What are Organization Member Journals?**
Organization member journals are used to document notes, observations, conversations, and feedback about external organization members (contacts). They help track interactions, agreements, and important information about business partners, customers, suppliers, or other external contacts.

**What is returned:**
- Journal entry ID and associated member ID
- Rich text content (body) converted to HTML format
- Mood indicator (Happy, Neutral, or Sad)
- Optional reminder date for follow-ups
- Creation and update timestamps
- Creator user ID

**Permission-based filtering:**
- Users with `Organizations.seeJournal` permission: See all journal entries for all members
- Users without `Organizations.seeJournal` permission: Only see entries for their own member record where `visibleToSubject = true`
- Organization members can create their own entries, which are automatically marked as visible to themselves

**Filtering options:**
- Filter by `memberId` to view entries for a specific organization member
- Filter by `mood` to find entries with specific emotional indicators
- Filter by `createdAt` or `lastUpdated` to find entries within date ranges
- Filter by `reminder` to find entries with upcoming or past reminders

**Use cases:**
- Track conversations and agreements with external contacts
- Document feedback and observations about business partners
- Set reminders for follow-up actions
- Maintain a chronological record of interactions with organization members

<Operation source="api-reference" id="organizationmembersjournalcontroller-listmemberjournals" />
