---
title: "Retrieves a Contract by ID"
method: GET
path: "/contracts/{id}"
tags: ["Contract"]
---

# Retrieves a Contract by ID

`GET /contracts/{id}`

Required permission: Contracts - Edit

Covered items are part of the contract payload:

* `product_price_overrides` — the covered products with their contracted rate
  (`price_retail_cents` or `discount_percentage`) and their block-list status
  (`blacklisted`, meaning the product is billed separately from the contract).
* `non_billable_product_ids` — products covered by the contract and therefore not
  billed on their own.
* `schedule_ids` — the recurring invoice schedules this contract governs. Link a
  schedule to a contract by sending `contract_id` to the Schedule endpoints.

## Path parameters

- `id` integer, required

## Response `200`

successful

---

[API](https://skmtc.dev/syncromsp/apis/syncro.md) · [All operations](https://skmtc.dev/syncromsp/apis/syncro/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/syncromsp/syncro/revisions/dfc1c332d2c2/schema)
