---
title: "Get User Onboarding Checklist"
method: GET
path: "/admin/users/{user_id}/onboarding/checklist"
tags: ["admin", "users"]
---

# Get User Onboarding Checklist

`GET /admin/users/{user_id}/onboarding/checklist`

## Path parameters

- `user_id` string, required

## 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
- `422` — Validation Error

## 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/admin/users/:user_id/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)
