Onboarding

Get onboarding status for a project

get

Returns computed onboarding status including step completion, feature group readiness, and overall stage (onboarding vs dashboard).

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
identifierstringRequired

Project identifier (e.g. flxbl-io/sf-core or org/project/repo for Azure DevOps)

Example: flxbl-io/sf-core
Responses
chevron-right
200

Onboarding status

application/json
stagestring · enumRequired

dashboard if any feature is fully onboarded, onboarding otherwise

Possible values:
featuresobjectRequired

Per-feature-group onboarding status

anyFeatureActivebooleanRequired

True if at least one feature group is fully completed

allFeaturesActivebooleanRequired

True if all feature groups are fully completed

isPreflightCompletedbooleanRequired

True if project preflight status is already-configured

get
/sfp/api/onboarding/status/{identifier}

Last updated