---
title: "Get Questions"
method: POST
path: "/segment/questions"
tags: ["segment"]
---

# Get Questions

`POST /segment/questions`

Get survey questions

## Request body

- SegmentQuestionsPayload
  - `topic` string, nullable
  - `question_name` string, nullable
  - `search` string, nullable

## Response `200`

Successful Response

- SurveyQuestions[]
  - `topic` string, required
  - `questions` SurveyQuestion[], nullable
    - `topic` string, required
    - `name` string, required
    - `question` string, required
    - `base` string, nullable
    - `values` object, required
    - `selection_type` string, required
    - `sub_questions` SurveyQuestion[], nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/akkio/apis/fastapi.md) · [All operations](https://skmtc.net/akkio/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/akkio/fastapi/revisions/6662a407c637/schema)
