---
search:
  tags:
    - projects
    - GET
seo:
  description: >-
    Returns complete project details including all settings, relationships, and…
    Reference for the GET /projects/{id} endpoint in the Leadtime Public API
    API.
sidebar:
  badge: GET
  label: Get project details
title: Get project details
type: openapi-operation
---
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).

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