---
search:
  tags:
    - projects
    - GET
seo:
  description: >-
    Returns complete details for a specific project version,… Reference for the
    GET /projects/{id}/versions/{versionId} endpoint in the Leadtime Public API
    API.
sidebar:
  badge: GET
  label: Get version details
title: Get version details
type: openapi-operation
---
Returns complete details for a specific project version, including estimate data.

**What is returned:**
- All standard version fields (id, title, semverVersion, branchId, parentId, createdAt, createdBy, description, isCurrent)
- **estimateData**: Complete estimate data including:
  - Products with variants, prices, and discounts
  - Components with nested structure
  - Manual positions
  - Pricing breakdowns (fixed, subscriptions, per-unit)

**Use cases:**
- View detailed version information
- Access estimate data for a specific version
- Compare estimate data between versions
- Use version data for generating documents or reports

<Operation source="api-reference" id="projectversionscontroller-getversiondetails" />
