---
search:
  tags:
    - projects
    - GET
seo:
  description: >-
    Returns an array of product summary objects for a project.… Reference for
    the GET /projects/{projectId}/products endpoint in the Leadtime Public API
    API.
sidebar:
  badge: GET
  label: List all products in a project
title: List all products in a project
type: openapi-operation
---
Returns an array of product summary objects for a project. Products are sorted by sort field (ascending) and only non-deleted products are returned.

Products in Leadtime are standardized services or items from the product catalog that have been imported into a project. They can represent one-time purchases, subscriptions, or quantity-based services. Each product includes pricing information, quantity, active date ranges, and calculated final prices based on selected variants and options.

The response includes:
- Product identification (id, name, finalName)
- Category and logo information
- Quantity and pricing (fixed, subscription, per-unit)
- Final calculated prices (includes variant and option adjustments)
- Active date range (activeFrom, activeTo, isActive flag)

<Operation source="api-reference" id="projectproductscontroller-listproducts" />
