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

**What are Project Phases?**
Phases represent distinct stages or steps within a project lifecycle (e.g., Planning, Development, Testing, Deployment). They provide additional granularity beyond project statuses and are particularly useful for external single projects. Phases can be configured in workspace settings and support multi-language translations.

**Phase Types:**
Each phase has a type that determines its behavior in the project workflow.

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

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

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