---
title: "GET /v1/onboarding/questions"
method: GET
path: "/v1/onboarding/questions"
tags: ["onboarding"]
---

# GET /v1/onboarding/questions

`GET /v1/onboarding/questions`

Get active onboarding questions for the specified scope

## Query parameters

- `scope` string, required
- `limit` integer
- `offset` integer

## Response `200`

OK

- GetOnboardingQuestionsSuccessResponse
  - `code` integer
  - `data` PaginatedDataOnboardingQuestionResponse
    - `hasMore` boolean
    - `items` OnboardingQuestionResponse[]
      - `id` string
      - `isRequired` boolean
      - `metadata` object
      - `questionOrder` integer
      - `questionText` string
      - `questionType` string
    - `limit` integer
    - `offset` integer
  - `message` string
  - `requestId` string

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

[API](https://skmtc.dev/b3os/apis/b3os-workflow-api.md) · [All operations](https://skmtc.dev/b3os/apis/b3os-workflow-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/b3os/b3os-workflow-api/revisions/a8c7af3c66a1/schema)
