Skip to main content
GET
Get Onboarding

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Successful Response

Flattened onboarding state returned by the API.

Maps the internal _SEED_ONBOARDING dict to a clean response shape. Spec shape (C-022): current_step, completed_steps, workspace_created, members_invited, connectors_connected, alert_rule_created, first_sync, updated_at

alert_rule_created
boolean
required
completed_steps
string[]
required
connectors_connected
integer
required
current_step
string
required
first_sync
FirstSyncStatus · object
required
members_invited
integer
required
updated_at
string
required
workspace_created
boolean
required