---
search:
  tags:
    - organizations
    - GET
seo:
  description: >-
    What this endpoint does: Retrieves complete details of a specific… Reference
    for the GET /organizations/letters/{id} endpoint in the Leadtime Public API
    API.
sidebar:
  badge: GET
  label: Get organization letter details
title: Get organization letter details
type: openapi-operation
---
**What this endpoint does:**
Retrieves complete details of a specific organization letter, including the full letter body content converted to HTML format.

**What is returned:**
- Letter metadata: ID, subject, date, organization ID, member ID (if applicable)
- Address type: Organization or Member
- Body content: Full letter text in HTML format (converted from internal IDoc format)
- Timestamps: Creation date and last update date
- Creator: User ID of who created the letter

**Use cases:**
- Display letter content in a viewer or editor
- Generate PDF exports of letters
- Retrieve letter details for editing
- Audit letter history and metadata

**Note:** Requires `seeLetters` permission on the Organizations resource.

<Operation source="api-reference" id="organizationletterscontroller-getorganizationletterdetails" />
