---
title: "Get Plan Overview"
method: GET
path: "/api/v1/admin/signup-plan-config/overview/{plan_id}"
tags: ["Admin APIs", "signup-plan-config"]
---

# Get Plan Overview

`GET /api/v1/admin/signup-plan-config/overview/{plan_id}`

Get overview for a plan: active users, last modified, etc.

## Path parameters

- `plan_id` string, required

## Response `200`

Successful Response

- PlanConfigOverview — Overview stats for a plan (active users, enabled features, etc.).
  - `plan_id` string, required
  - `display_name` string, required
  - `active_users_count` integer
  - `enabled_features_count` integer
  - `total_features_count` integer
  - `last_modified` string, date-time, nullable
  - `last_modified_by` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/carbonarc/apis/carbon-arc-client-admin-api.md) · [All operations](https://skmtc.net/carbonarc/apis/carbon-arc-client-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/carbonarc/carbon-arc-client-admin-api/revisions/a8ca30023371/schema)
