---
title: "Count company overrides"
method: GET
path: "/company-overrides/count"
tags: ["entitlements"]
---

# Count company overrides

`GET /company-overrides/count`

## Query parameters

- `company_id` string — Filter company overrides by a single company ID (starting with comp_)
- `company_ids` string[] — Filter company overrides by multiple company IDs (starting with comp_)
- `feature_id` string — Filter company overrides by a single feature ID (starting with feat_)
- `feature_ids` string[] — Filter company overrides by multiple feature IDs (starting with feat_)
- `ids` string[] — Filter company overrides by multiple company override IDs (starting with cmov_)
- `without_expired` boolean — Filter company overrides by whether they have not expired
- `q` string — Search for company overrides by feature or company name
- `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
    - `company_id` string — Filter company overrides by a single company ID (starting with comp_)
    - `company_ids` string[] — Filter company overrides by multiple company IDs (starting with comp_)
    - `feature_id` string — Filter company overrides by a single feature ID (starting with feat_)
    - `feature_ids` string[] — Filter company overrides by multiple feature IDs (starting with feat_)
    - `ids` string[] — Filter company overrides by multiple company override IDs (starting with cmov_)
    - `limit` integer — Page limit (default 100)
    - `offset` integer — Page offset (default 0)
    - `q` string — Search for company overrides by feature or company name
    - `without_expired` boolean — Filter company overrides by whether they have not expired

## 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/revisions/69ea07dc33d6/schema)
