---
search:
  tags:
    - projects
    - GET
seo:
  description: >-
    Returns all active subscriptions (manual and product-based)… Reference for
    the GET /projects/{id}/active-subscriptions endpoint in the Leadtime Public
    API API.
sidebar:
  badge: GET
  label: Get active subscriptions for a project
title: Get active subscriptions for a project
type: openapi-operation
---
Returns all active subscriptions (manual and product-based) for a project as of the current date.

**What are Active Subscriptions?**
Active subscriptions combine:
- **Manual subscriptions**: Fixed price and variable price subscriptions configured directly for the project
- **Product subscriptions**: Products with subscription pricing from the billing version/snapshot (for Single projects) or current products (for Support projects)

**Project Type Behavior:**
- **Single Projects**: Uses products from the billing version/snapshot (productsBillingProjectSnapshotId or billingProjectSnapshotId)
- **Support Projects**: Uses current products (no snapshot)

**What is returned:**
- Only subscriptions that are currently active (activeFrom &lt;= now &lt;= activeTo)
- Each subscription includes: name, activeFrom date, activeTo date, priceSubscription, pricePerUnit
- Manual subscriptions: name comes from manualTitle, dates from fromDate/toDate
- Product subscriptions: name comes from finalName, dates from activeFrom/activeTo

**Note:** Requires project access permission.

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