---
title: "Get a plan override by ID"
method: GET
path: "/api/plan-overrides/{id}"
tags: ["Plan Overrides"]
---

# Get a plan override by ID

`GET /api/plan-overrides/{id}`

## Path parameters

- `id` string, required

## Response `200`

Plan override details

- PlanOverrideResponse
  - `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

## Other responses

- `404` — Plan override not found

---

[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)
