---
title: "Get Onboarding Progress"
method: GET
path: "/v0/user/onboarding"
tags: ["User"]
---

# Get Onboarding Progress

`GET /v0/user/onboarding`

Get the current user's detailed onboarding progress.

Returns the current step and step-specific data that can be used
to resume onboarding from where the user left off.

## Response `200`

Successful Response

- OnboardingStatusDetailedResponse — Detailed response for user's onboarding status.
  - `user_id` string, required
  - `current_step` 'workspace_setup' | 'completed', required
  - `step_data` OnboardingStepDataResponse, required — Accumulated step data from onboarding progress. Data is accumulated as user progresses through steps. All fields are optional since they're filled in progressively.
    - `selected_type` 'personal' | 'organization', nullable
    - `organization_id` string, nullable
    - `organization_name` string, nullable
    - `completed_at` string, nullable
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, nullable

---

[API](https://skmtc.net/unify/apis/unifyai-http-api-reference.md) · [All operations](https://skmtc.net/unify/apis/unifyai-http-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unify/unifyai-http-api-reference/revisions/900377f918b6/schema)
