---
search:
  tags:
    - projects
    - GET
seo:
  description: >-
    Returns a list of all project categories configured in the workspace.
    Reference for the GET /projects/categories endpoint in the Leadtime Public
    API API.
sidebar:
  badge: GET
  label: List all project categories
title: List all project categories
type: openapi-operation
---
Returns a list of all project categories configured in the workspace.

**What are Project Categories?**
Categories classify projects by functional area or project type (e.g., Onboarding, Support, Implementation, Website Development). They help organize and filter projects in the workspace. Categories can be configured in workspace settings and support multi-language translations.

**What is returned:**
Each category includes:
- Unique identifier (ID)
- Name and description
- Icon identifier
- Multi-language translations (if configured)

This is a read-only endpoint optimized for common list data retrieval.

<Operation source="api-reference" id="projectscontroller-listcategories" />
