---
title: "Get plan growth"
method: GET
path: "/insights/plan-growth"
tags: ["insights"]
---

# Get plan growth

`GET /insights/plan-growth`

## Query parameters

- `months` integer

## Response `200`

OK

- object
  - `data` PlanGrowthResponseData, required
    - `points` PlanGrowthPointResponseData[], required
      - `month` string, date-time, required
      - `plan_id` string, required
      - `plan_name` string, required
      - `subscribers` integer, required
  - `params` object, required — Input parameters
    - `months` integer

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `500` — Server error

---

[API](https://skmtc.net/schematichq/apis/schematic-api.md) · [All operations](https://skmtc.net/schematichq/apis/schematic-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/schematichq/schematic-api/versions/419cb5147b52/schema)
