---
title: "Get Checklist"
method: GET
path: "/checklist/{checklist_id}"
tags: ["checklist"]
---

# Get Checklist

`GET /checklist/{checklist_id}`

## Path parameters

- `checklist_id` string, uuid, required

## Response `200`

Successful Response

- ChecklistResponse
  - `checklist_id` string, uuid, required
  - `company_id` string, uuid, required
  - `vendor_id` string, uuid, required
  - `review_id` string, uuid, nullable
  - `checklist_type` 'INITIAL_REVIEW_TEMPLATE' | 'INITIAL_REVIEW_INSTANCE' | 'PERIODIC_REVIEW_TEMPLATE' | 'PERIODIC_REVIEW_INSTANCE' | 'REVIEW_STAGE_TEMPLATE' | 'REVIEW_STAGE_INSTANCE', required
  - `review_stage` 'inherent_risk_assessment' | 'form_distribution' | 'requirements_gathering' | 'evidence_collection' | 'review' | 'review_reporting' | 'completed' | 'document_sourcing' | 'document_review'
  - `review_type` 'initial' | 'periodic' | 'inventory_refresh' | 'initial_fintech' | 'periodic_fintech' | 'rm_scorecard' | 'initial_no_ira' | 'ira_only'
  - `completed_at` string, date-time, nullable, required
  - `items` ChecklistItemResponse[], required
    - `checklist_item_id` string, uuid, required
    - `checklist_id` string, uuid, required
    - `company_id` string, uuid, required
    - `vendor_id` string, uuid, required
    - `index` integer, required
    - `title` string, required
    - `body` string, nullable, required
    - `assignee` string, uuid, nullable, required
    - `assignee_first_name` string, nullable, required
    - `assignee_last_name` string, nullable, required
    - `due_date` string, date, nullable, required
    - `note_requirement` 'DISABLED' | 'OPTIONAL' | 'REQUIRED' | 'REQUIRED_WHEN_NOT_APPLICABLE', required — Whether settling an item asks the reviewer to say why.
    - `note_helper_text` string, nullable, required
    - `allow_not_applicable` boolean, required
    - `completed` boolean, required
    - `not_applicable` boolean, required
    - `completion_note` string, nullable, required
    - `completed_at` string, date-time, nullable, required
    - `completed_by` ChecklistUser, required
      - `user_id` string, uuid, required
      - `first_name` string, required
      - `last_name` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/kobaltlabs/apis/fastapi.md) · [All operations](https://skmtc.dev/kobaltlabs/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kobaltlabs/fastapi/revisions/3ff4c0bd276b/schema)
