---
title: "List plan overrides"
method: GET
path: "/api/plan-overrides"
tags: ["Plan Overrides"]
---

# List plan overrides

`GET /api/plan-overrides`

List all plan overrides, optionally filtered by customerId or planId

## Query parameters

- `customerId` string
- `planId` string
- `page` number
- `limit` number

## Response `200`

Paginated list of plan overrides

- PaginatedPlanOverrideResponse
  - `data` PlanOverrideResponse[], required
    - `id` string, required
    - `customerId` string, required
    - `planId` string, required
    - `overriddenPrices` object
    - `overriddenMinimumCommitment` number
    - `overriddenCharges` object
    - `metadata` object
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, required
  - `meta` object, required

---

[API](https://skmtc.net/novabilling/apis/novabilling-api.md) · [All operations](https://skmtc.net/novabilling/apis/novabilling-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/novabilling/novabilling-api/revisions/0e449a4e0dc8/schema)
