---
title: "Count features"
method: GET
path: "/features/count"
tags: ["features"]
---

# Count features

`GET /features/count`

## Query parameters

- `boolean_require_event` boolean — Only return boolean features if there is an associated event. Automatically includes boolean in the feature types filter.
- `feature_type` FeatureType[] — Filter by one or more feature types (boolean, event, trait)
- `ids` string[]
- `managed_by` 'metronome' | 'orb' | 'schematic' | 'stripe'
- `plan_version_id` string — Filter by plan version ID when used with without_plan_entitlement_for; if not provided, the latest published version is used
- `q` string — Search by feature name or ID
- `without_company_override_for` string — Filter out features that already have a company override for the specified company ID
- `without_plan_entitlement_for` string — Filter out features that already have a plan entitlement for the specified plan ID
- `limit` integer — Page limit (default 100)
- `offset` integer — Page offset (default 0)

## Response `200`

OK

- object
  - `data` CountResponse, required
    - `count` integer — The number of resources
  - `params` object, required — Input parameters
    - `boolean_require_event` boolean — Only return boolean features if there is an associated event. Automatically includes boolean in the feature types filter.
    - `feature_type` FeatureType[] — Filter by one or more feature types (boolean, event, trait)
    - `ids` string[]
    - `limit` integer — Page limit (default 100)
    - `managed_by` 'metronome' | 'orb' | 'schematic' | 'stripe'
    - `offset` integer — Page offset (default 0)
    - `plan_version_id` string — Filter by plan version ID when used with without_plan_entitlement_for; if not provided, the latest published version is used
    - `q` string — Search by feature name or ID
    - `without_company_override_for` string — Filter out features that already have a company override for the specified company ID
    - `without_plan_entitlement_for` string — Filter out features that already have a plan entitlement for the specified plan ID

## Other responses

- `400` — Bad request
- `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/873fb318b08a/schema)
