---
search:
  tags:
    - tasks
    - GET
seo:
  description: >-
    Returns complete details of a specific… Reference for the GET
    /tasks/{identifier}/express-quotations/{quotationId} endpoint in the
    Leadtime Public API API.
sidebar:
  badge: GET
  label: Get single express quotation
title: Get single express quotation
type: openapi-operation
---
Returns complete details of a specific express quotation, including all items, options, and pricing calculations.

**What is returned:**
- Quotation metadata (ID, shortNumber, status, timestamps)
- Contact user and language information
- HTML-formatted comment
- All items with:
  - Title and HTML-formatted description
  - Unit type (Hour or Piece)
  - Quantity, unit price, and total price
  - All options (variants) with their pricing
- Financial summary:
  - Subtotal (before tax)
  - Tax rate and tax amount
  - Total (after tax)
- User tracking (created by, status changed by)
- Email tracking (sentAt timestamp if sent)

**Use cases:**
- View quotation details before sending
- Review pricing breakdown
- Check quotation status and history

<Operation source="api-reference" id="expressquotationscontroller-getbyid" />
