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

# Retrieves a Contract resource.

`GET /contracts/{id}`

Retrieves a Contract resource.

## Path parameters

- `id` string, required

## Response `200`

Contract resource

- Contract
  - `id` string
  - `integration` string — The key of the integration source e.g. "quickbooks", or "xero"
  - `srcId` string — the unique identifier of the source 3rd party integration
  - `contractName` string, nullable — contract name
  - `customer` string, nullable — customer related to the contract
  - `contractDate` string, date-time, nullable — when the contract is signed
  - `startDate` string, date-time, nullable — when the contract will start
  - `endDate` string, date-time, nullable — when the contract will end
  - `description` string, nullable — additional details about the contract
  - `status` string, nullable — status of the contract e.g: activated, draft

## Other responses

- `404` — Resource not found

---

[API](https://skmtc.net/bossinsights/apis/boss-insights.md) · [All operations](https://skmtc.net/bossinsights/apis/boss-insights/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bossinsights/boss-insights/versions/d08a107895ad/schema)
