Get project details
Returns complete project details including all settings, relationships, and metadata.
What is returned: The response includes:
- Basic information: name, short name, type, value group, description, icon
- Classification: category, status, phase, organization
- Access settings: guest access, assigned users and teams
- Task configuration: enabled task types and activities
- Custom data: custom fields, tags
- Responsibilities: default accountable user, responsible user
- Timestamps: creation date, last edit date, archive date
- Project metadata: color, favorite status, express quotations setting
The description field is returned as HTML (converted from the internal IDoc format).
/projects/{id}AuthorizationOAuth2 access token · headerrequiredapi:readAuthorizationBearer token (JWT) · headerrequiredidstringrequiredactivitiesstring[]requiredArray of time activity IDs enabled for the project
archivedAtobject | nullrequiredArchived timestamp
categoryIdstringrequiredID of the project category
colorstringrequiredProject color (from organization or workspace default)
createdAtstring<date-time>requiredCreation timestamp
customFieldsobjectrequiredCustom fields as key-value pairs
deadlineobject | nullrequiredProject deadline
defaultAccountableIdobject | nullrequiredID of the default accountable user
descriptionstringrequiredProject description (HTML)
editedAtstring<date-time>requiredLast edit timestamp
enableExpressQuotationsbooleanrequiredWhether express quotations are enabled
guestAccessbooleanrequiredWhether guest access is enabled
iconobject | nullrequiredIcon/emoji
idstringrequiredProject ID
isFavoritebooleanrequiredWhether the project is marked as favorite by the current user
namestringrequiredProject name
organizationobject | nullrequiredOrganization details
Show propertiesHide properties
colorstringnamestringshortNamestringorganizationIdobject | nullrequiredID of the organization
phaseIdobject | nullrequiredID of the project phase
responsibleIdobject | nullrequiredID of the responsible user
shortNamestringrequiredProject short name (organization prefix + number)
shortNumbernumberrequiredProject short number
statusIdstringrequiredID of the project status
tagsstring[]requiredArray of tags
taskTypesstring[]requiredArray of task type IDs enabled for the project
teamsstring[]requiredArray of team IDs assigned to the project
typestringrequiredProject type
SingleSupportusersstring[]requiredArray of user IDs assigned to the project
valueGroupstringrequiredValue group classification
DirectValueIndirectValueNonValueWasteUnauthorized - Invalid or missing authentication token
Forbidden - Insufficient API scopes or permissions
Project not found