---
title: "List contracts"
method: GET
path: "/customers/{customerID}/contracts"
tags: ["Contracts"]
---

# List contracts

`GET /customers/{customerID}/contracts`

Lists the contracts held by the specified customer. Callable by a T1/T2 PartnerOps principal for its own tenant or any descendant tenant. Read access requires contractsReadOnly, contractsViewer, or a write-capable role (without contractsReadOnly). User API tokens must include the matching permission in their scope.

## Path parameters

- `customerID` string, required

## Response `200`

OK - The request succeeded.

- MTSContractResponse[]
  - `id` string — The unique identifier of the contract.
  - `customerId` string — The customer (tenant) that holds the contract.
  - `type` string — The immutable contract type.
  - `status` 'draft' | 'scheduled' | 'active' | 'cancelled' | 'expired' | 'superseded' — The contract status.
  - `name` string — The contract name.
  - `startDate` string, date-time, nullable — The contract start date.
  - `endDate` string, date-time, nullable — The contract end date.
  - `renewalPolicy` 'auto' | 'manual' | 'fixed' — The renewal policy.
  - `currentVersionNumber` integer, nullable — The current version number of the contract.
  - `timeCreated` string, date-time — When the contract was created.

## Other responses

- `401` — Unauthorized - Invalid API key.
- `403` — Forbidden - The client is not authorized to perform the request.

---

[API](https://skmtc.dev/doit/apis/doit-cloud-intelligence.md) · [All operations](https://skmtc.dev/doit/apis/doit-cloud-intelligence/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/doit/doit-cloud-intelligence/revisions/9416402fc119/schema)
