---
title: "List All Checklist Templates"
method: GET
path: "/templates/checklists"
tags: ["Templates"]
---

# List All Checklist Templates

`GET /templates/checklists`

## Response `200`

List of Checklist Templates

- ChecklistTemplate[]
  - `id` string — The unique ID for the ChecklistTemplate
  - `company_id` string — A unique identifier for the Company the ChecklistTemplate belongs to
  - `name` string — The name for the ChecklistTemplate
  - `description` string — The description for the ChecklistTemplate
  - `created_at` integer — Timestamp when the ChecklistTemplate was created on the server.
  - `updated_at` integer — Timestamp when the ChecklistTemplate was last updated

## Other responses

- `400` — Bad Request
- `404` — Not found
- `500` — Unexpected error

---

[API](https://skmtc.dev/companycam/apis/core-api.md) · [All operations](https://skmtc.dev/companycam/apis/core-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/companycam/core-api/revisions/f2cd76b46603/schema)
