---
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.

---

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