List all project statuses
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.
/projects/statusesAuthorizationOAuth2 access token · headerrequiredapi:readAuthorizationBearer token (JWT) · headerrequiredProject statuses retrieved successfully
ProjectStatusDtodescriptionobjectStatus description
iconstringrequiredIcon identifier in the format :icon_name: (e.g., :hourglass_flowing_sand:, :check_mark:, :moneybag:)
idstringrequiredProject status ID
namestringrequiredProject status name
translationsTranslationDto[]requiredTranslations
Show propertiesHide properties
TranslationDtodescriptionobjectTranslated description
languagestringrequiredLanguage code (e.g., en, es, fr)
namestringrequiredTranslated name
typestringrequiredProject status type
SalesRequirementsImplementationQualityManagementBillingDoneUnauthorized - Invalid or missing authentication token
Forbidden - Insufficient API scopes or permissions