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

**What are Project Statuses?**
Statuses represent the current progress stage of a project (e.g., Sales, Implementation, Billing, Done). They help track project lifecycle and workflow. Statuses can be configured in workspace settings and support multi-language translations.

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

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

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

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