---
title: "List Contract Templates"
method: GET
path: "/v1/contract-templates"
---

# List Contract Templates

`GET /v1/contract-templates`

This API endpoint retrieves the list of contract templates.  You can use the query params to filter a subset of companies who match specific field values.

## Query parameters

- `name` string
- `nextToken` string
- `limit` integer

## Response `200`

200

- object
  - `data` 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)
