---
search:
  tags:
    - administration
    - GET
seo:
  description: >-
    Retrieves all project phases (sales pipeline stages)… Reference for the GET
    /administration/project-settings/phases endpoint in the Leadtime Public API
    API.
sidebar:
  badge: GET
  label: List project phases
title: List project phases
type: openapi-operation
---
Retrieves all project phases (sales pipeline stages) configured for the workspace.

**What are Project Phases?**
Project phases map out the steps a project or lead goes through in the sales process. They are used in the integrated Sales CRM and can be customized to match your sales workflow.

**Default phase types include:**
- Not contacted: Lead has not been approached yet
- Research: Information is being gathered about the lead
- Contact made: Lead has been reached
- Reminder: A follow-up is planned
- Not reached: Could not get in touch with the lead
- Implementation: Project is confirmed and executed

**Phase type values:**
- new: Initial/starting phase
- inProgress: Active work phase
- done: Completed/closed phase

**What is returned:**
- Phase ID, name, icon, type, and description
- Sort order (for display ordering)
- Multilingual translations

**Note:** Phases affect the lanes in the Sales Kanban board. The phase type determines which section of the pipeline the opportunity appears in.

<Operation source="api-reference" id="projectsettingscontroller-getprojectphases" />
