---
title: "Get plans count by filter"
method: GET
path: "/api/v2/organizations/{orgSlug}/plans/count"
tags: ["Plans"]
---

# Get plans count by filter

`GET /api/v2/organizations/{orgSlug}/plans/count`

Retrieve a count of plan 

 Required scopes: `flex.billing.plans.read`

## Path parameters

- `orgSlug` string, required

## Response `200`

- CountResultDto
  - `total` number, required
  - `groups` GroupDto[]
    - `key` string, required
    - `count` number, required

---

[API](https://skmtc.dev/officernd/apis/authentication-api.md) · [All operations](https://skmtc.dev/officernd/apis/authentication-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/officernd/authentication-api/revisions/6bcd33dc648e/schema)
