---
search:
  tags:
    - workspace
    - GET
seo:
  description: >-
    Returns a list of all catalog products in the workspace. Catalog… Reference
    for the GET /workspace/product-list endpoint in the Leadtime Public API API.
sidebar:
  badge: GET
  label: List all catalog products
title: List all catalog products
type: openapi-operation
---
Returns a list of all catalog products in the workspace. Catalog products are products that are not yet assigned to any project or task. These are the base products available in the product catalog that can be added to projects or tasks later. This endpoint is optimized for common list data retrieval and provides essential product information including name, category, logo, and pricing. Products can have three types of pricing: fixed (one-time payment), subscription (recurring payment), or per-unit pricing. All three pricing fields are optional and can be null if not applicable to the product. The response is sorted alphabetically by product name. This endpoint requires the Projects.manageProducts permission to access.

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