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

## Changes

- **2026-08-12** `e340056c7fb5` — 1 info
  - added the optional property `sections/items/deferrable` to the response with the `200` status
- **2026-08-06** `fe2041c5ba86` — 1 info
  - the `unaccepted_terms_doc_ids/items/` response's property pattern was changed from `^doc_[0-9a-hjkmnp-tv-z]{26}$` to `^doc_[0-7][0-9a-hjkmnp-tv-z]{25}$` for the status `200`

[Change history](https://skmtc.dev/stablesea/apis/stable-sea-backend/changes/onboarding/status/get.md)

---

[API](https://skmtc.dev/stablesea/apis/stable-sea-backend.md) · [All operations](https://skmtc.dev/stablesea/apis/stable-sea-backend/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stablesea/stable-sea-backend/revisions/adba5ad114cf/schema)
