---
title: "Retrieve Contract Template"
method: GET
path: "/v1/contract-templates/{id}"
---

# Retrieve Contract Template

`GET /v1/contract-templates/{id}`

This API endpoint retrieves a specific contract template.

## Path parameters

- `id` string, required

## Response `200`

200

- object
  - `createdAt` string
  - `fields` object[]
    - `encodedImgValue` string
    - `id` string
    - `inputType` string
    - `isOptional` boolean
    - `page` integer
    - `type` string
    - `value` string
  - `id` string
  - `latestSubmissionDate` string
  - `name` string
  - `object` string
  - `requestsCount` integer
  - `submissionsCount` integer
  - `updatedAt` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/assembly/apis/core-resources.md) · [All operations](https://skmtc.net/assembly/apis/core-resources/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/assembly/core-resources/versions/28a9e7d13a8c/schema)
