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

**Returns:**
- Page ID, project ID, and title
- Full page content in HTML format (converted from internal ProseMirror format)
- Author information (user ID who created the page)
- Creation and last update timestamps

The content field contains HTML that can be directly rendered in a browser or HTML viewer. The content supports basic text formatting including headings, paragraphs, bold, italic, links, and lists.

<Operation source="api-reference" id="projectdocumentationcontroller-getprojectdocumentationdetails" />
