---
search:
  tags:
    - projects
    - GET
seo:
  description: >-
    Retrieves all support contingents (retainer plans) for a… Reference for the
    GET /projects/{id}/support-contingents endpoint in the Leadtime Public API
    API.
sidebar:
  badge: GET
  label: List support contingents with details for a project
title: List support contingents with details for a project
type: openapi-operation
---
Retrieves all support contingents (retainer plans) for a specific project with detailed information including available and consumed hours.

**What are Support Contingents?**
Support contingents are retainer plans that define allocated hours and pricing for support periods. They help manage support contracts with predefined hours, rates, and transferability of unused hours.

**What is returned:**
- All support contingents for the project
- Each contingent includes: title, date range, frequency, hours, transferability, active status
- For active contingents: available hours and consumed hours for the current period
- Available hours calculation considers transferable logic and consumed hours from invoices
- Results are sorted by active status (active first) and then by fromDate

**Note:** Requires project access permission.

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