---
title: "List checklist templates"
method: GET
path: "/v2/checklist/templates"
tags: ["Checklist Templates"]
---

# List checklist templates

`GET /v2/checklist/templates`

List checklists templates with given criteria

## Query parameters

- `checklistTemplateIds` string
- `checklistTemplateName` string
- `required` boolean
- `includeArchived` boolean

## Response `200`

Returns a list of checklist templates with given criteria

- object[]
  - `id` integer — Identifier
  - `name` string — Checklist template name (must be unique)
  - `description` object — Task description
    - `text` string
    - `html` string
  - `tasks` object[] — Checklist template tasks
    - `position` integer — Position of the task
    - `name` string — Task name
    - `description` object — Task description
      - `text` string
      - `html` string
  - `required` boolean — Indicates if the checklist completion is required
  - `lastUpdatedOn` number, double — Last updated on
  - `lastUpdatedBy` object — Archive by user
    - `id` integer
    - `firstName` string
    - `lastName` string
    - `deleted` boolean
  - `archived` boolean — Indicates if the checklist template is archived
  - `archivedBy` object — Archive by user
    - `id` integer
    - `firstName` string
    - `lastName` string
    - `deleted` boolean
  - `archiveTime` number, double — Archive time

---

[API](https://skmtc.net/ninjarmm/apis/ninjaone-public-api-2-0.md) · [All operations](https://skmtc.net/ninjarmm/apis/ninjaone-public-api-2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ninjarmm/ninjaone-public-api-2-0/revisions/753f26d46650/schema)
