---
title: "Get Onboarding Checklist"
method: GET
path: "/onboarding/checklist"
tags: ["onboarding"]
---

# Get Onboarding Checklist

`GET /onboarding/checklist`

## Response `200`

Successful Response

- UserChecklist
  - `checklist_id` 'free_trial' | 'paid_new_member'
  - `items` ChecklistItem[]
    - `id` 'complete_call' | 'connect_mcp' | 'read_transcript', required
    - `current` integer, required
    - `target` integer, required
    - `completed` boolean, required
    - `completed_at` string, date-time, nullable
    - `action` 'request' | 'connect'
  - `completed` boolean
  - `completed_at` string, date-time, nullable
  - `expires_at` string, date-time, nullable

## Other responses

- `404` — Not found

## Changes

- **2026-09-02** `a8ae8846c411` — 1 warning, 3 info
  - added the new `paid_new_member` enum value to the `checklist_id/anyOf[subschema #1: ChecklistId]/` response property for the response status `200`
  - added the optional property `completed` to the response with the `200` status
  - added the optional property `completed_at` to the response with the `200` status
  - added the optional property `expires_at` to the response with the `200` status

[Change history](https://skmtc.dev/trytrata/apis/fastapi/changes/onboarding/checklist/get.md)

---

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