---
search:
  tags:
    - administration
    - GET
seo:
  description: >-
    Returns full details of a component… Reference for the GET
    /administration/project-components/item-details/{id} endpoint in the
    Leadtime Public API API.
sidebar:
  badge: GET
  label: Get component library item details
title: Get component library item details
type: openapi-operation
---
Returns full details of a component library item including all test cases, todos, questions, conditions, and nested children.

**What are Component Items?**
Items are the building blocks within components. Each item can be:
- **Epic**: Major section or phase (e.g., "Technical Implementation", "Design & Development")
- **Work Package**: Specific task with deliverables (e.g., "Set up hosting", "Design homepage")
- **Todo List**: Checklist of actionable items (e.g., "Kickoff Checklist", "Quality Control")
- **Test Suite**: Acceptance tests for formal approval (e.g., "Contact Form Tests", "SEO Review")

**Attached Resources:**
- **Questions**: Capture customer requirements (defined but not answered in library)
- **Todos**: Checklist items within a Work Package or Todo List
- **Test Cases**: Individual test steps within a Test Suite

All ProseMirror editor content is converted to HTML format. Only library component items (component.projectId is null) are accessible through this endpoint.

<Operation source="api-reference" id="componentlibrarycontroller-getitemdetails" />
