---
search:
  tags:
    - tasks
    - GET
seo:
  description: >-
    Returns all express quotations for the specified task,… Reference for the
    GET /tasks/{identifier}/express-quotations endpoint in the Leadtime Public
    API API.
sidebar:
  badge: GET
  label: List express quotations
title: List express quotations
type: openapi-operation
---
Returns all express quotations for the specified task, ordered by creation date (newest first).

**What is returned:**
- All non-deleted quotations for the task
- Each quotation includes:
  - Full item list with options
  - Pricing details (subtotal, tax, total)
  - Status (Pending, Accepted, or Rejected)
  - Contact user and language
  - HTML-formatted comments and descriptions
  - Creation, update, and sent timestamps

**Quotation statuses:**
- **Pending**: Quotation created but not yet accepted or rejected
- **Accepted**: Quotation accepted, will be used for billing instead of time
- **Rejected**: Quotation rejected, will not be used for billing

**Note:** Only one quotation per task can be Accepted at a time. When a quotation is accepted, all other Pending or Accepted quotations for the same task are automatically rejected.

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