---
title: "Get onboarding status (business)"
method: GET
path: "/onboarding/status"
tags: ["onboarding"]
---

# Get onboarding status (business)

`GET /onboarding/status`

Returns the boolean-flags wizard payload (KYB status, MSA acceptance, bank account presence, funds/asset signals).

## Response `200`

OK

- OnboardingGetOnboardingStatusOutput
  - `asset_held` boolean
  - `bank_account_linked` boolean
  - `complete` boolean
  - `funded` boolean
  - `kyb_status` string
  - `msa_accepted` boolean
  - `sections` OnboardingTrackerSection[], nullable
    - `complete` boolean
    - `id` string
    - `label` string
    - `required` boolean
    - `steps` OnboardingTrackerSubStep[], nullable
      - `complete` boolean
      - `id` string
      - `label` string
      - `metadata` object, nullable
      - `type` string
  - `unaccepted_terms_doc_ids` string[], nullable

## Other responses

- `default` — Error response.

---

[API](https://skmtc.net/stablesea/apis/stable-sea-backend.md) · [All operations](https://skmtc.net/stablesea/apis/stable-sea-backend/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stablesea/stable-sea-backend/versions/3feea260296c/schema)
