Skip to main content
GET
/
api
/
onboarding
/
progress
Get onboarding progress
curl --request GET \
  --url https://api.getgranite.ai/api/onboarding/progress
{
  "items": [
    {
      "id": "<string>",
      "title": "<string>",
      "description": "<string>",
      "completed": true
    }
  ],
  "all_completed": true,
  "dismissed": true
}

Response

200 - application/json

Successful Response

Onboarding progress with checklist items

items
OnboardingProgressItem · object[]
required

Onboarding checklist items

all_completed
boolean
required

Whether all items are completed

dismissed
boolean
required

Whether checklist has been dismissed