---
title: "Lifecycle Summary"
method: GET
path: "/api/v1/lifecycle/summary"
tags: ["health"]
---

# Lifecycle Summary

`GET /api/v1/lifecycle/summary`

## Headers

- `authorization` string, nullable — Bearer <token>

## Response `200`

Successful Response

- EnvelopeLifecycleSummary
  - `data` LifecycleSummary, required
    - `trial` integer
    - `activating` integer
    - `active` integer
    - `at_risk` integer
    - `near_churn` integer
  - `meta` Meta
    - `request_id` string
    - `timestamp` string, date-time
    - `total` integer, nullable
    - `truncated` boolean, nullable
    - `reply_total` integer, nullable
    - `metric_total` integer, nullable
    - `people_total` integer, nullable

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-08** `02dcf8c74aa1` — 2 info
  - the `meta` response's property default value changed from `{"request_id":"","timestamp":"2026-09-05T02:09:41.945567"}` to `{"request_id":"","timestamp":"2026-09-08T05:08:55.078786"}` for the status `200`
  - the `timestamp` response's property default value changed from `2026-09-05T02:09:41.945567` to `2026-09-08T05:08:55.078786` for the status `200`
- **2026-09-06** `e38138f07c6d` — 2 info
  - the `meta` response's property default value changed from `{"request_id":"","timestamp":"2026-09-05T02:09:45.736252"}` to `{"request_id":"","timestamp":"2026-09-05T02:09:41.945567"}` for the status `200`
  - the `timestamp` response's property default value changed from `2026-09-05T02:09:45.736252` to `2026-09-05T02:09:41.945567` for the status `200`
- **2026-09-05** `5691a8e12158` — 2 info
  - the `meta` response's property default value changed from `{"request_id":"","timestamp":"2026-09-04T03:53:05.348646"}` to `{"request_id":"","timestamp":"2026-09-05T02:09:45.736252"}` for the status `200`
  - the `timestamp` response's property default value changed from `2026-09-04T03:53:05.348646` to `2026-09-05T02:09:45.736252` for the status `200`
- …earlier changes not shown

[Full history](https://skmtc.dev/minro/apis/minro-cs-platform/changes/api/v1/lifecycle/summary/get.md)

---

[API](https://skmtc.dev/minro/apis/minro-cs-platform.md) · [All operations](https://skmtc.dev/minro/apis/minro-cs-platform/llms.txt) · [OpenAPI document](https://skmtc.dev/minro/apis/minro-cs-platform/revisions/02dcf8c74aa1?raw)
