---
title: "Get"
method: GET
path: "/api/v1/settings/onboarding"
tags: ["Onboarding Settings"]
---

# Get

`GET /api/v1/settings/onboarding`

Get retrieves the current onboarding progress for the tenant.

## Response `200`

Successful response

- C1ApiSettingsV1GetOnboardingSettingsResponse — The GetOnboardingSettingsResponse message.
  - `conversationId` string — The identifier of the onboarding conversation thread, if one is in progress.
  - `intents` string[], nullable — The intents field.
  - `orgContext` C1ApiSettingsV1OnboardingOrgContext — The OnboardingOrgContext message.
    - `industry` string — The industry field.
    - `organizationSize` string — The organizationSize field.
  - `status` 'ONBOARDING_STATUS_UNSPECIFIED' | 'ONBOARDING_STATUS_NOT_STARTED' | 'ONBOARDING_STATUS_IN_PROGRESS' | 'ONBOARDING_STATUS_COMPLETE' | 'ONBOARDING_STATUS_DISMISSED' — The current status of the tenant onboarding process.

## Changes

- **2026-04-30** `fa2bb307d6fa` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/conductorone/apis/c1-api/changes/api/v1/settings/onboarding/get.md)

---

[API](https://skmtc.dev/conductorone/apis/c1-api.md) · [All operations](https://skmtc.dev/conductorone/apis/c1-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/conductorone/c1-api/revisions/fa2bb307d6fa/schema)
