---
title: "List pending questions"
method: GET
path: "/question"
---

# List pending questions

`GET /question`

Get all pending question requests across all sessions.

## Query parameters

- `directory` string

## Response `200`

List of pending questions

- QuestionRequest[]
  - `id` string, required
  - `sessionID` string, required
  - `questions` QuestionInfo[], required — Questions to ask
    - `question` string, required — Complete question
    - `header` string, required — Very short label (max 30 chars)
    - `options` QuestionOption[], required — Available choices
      - `label` string, required — Display text (1-5 words, concise)
      - `description` string, required — Explanation of choice
    - `multiple` boolean — Allow selecting multiple choices
    - `custom` boolean — Allow typing a custom answer (default: true)
  - `tool` object
    - `messageID` string, required
    - `callID` string, required

## Changes

- **2026-01-25** `6948cc8a216e` — 2 breaking
  - the `items/questions/items/header` response property's maxLength was unset from `30` for the response status `200`
  - the `items/questions/items/options/items/label` response property's maxLength was unset from `30` for the response status `200`
- **2026-01-18** `ab588a524ac7` — 1 breaking
  - the `items/questions/items/header` response property's maxLength was increased from `12` to `30` for the response status `200`

[Change history](https://skmtc.dev/martian-engineering/apis/voltcode/changes/question/get.md)

---

[API](https://skmtc.dev/martian-engineering/apis/voltcode.md) · [All operations](https://skmtc.dev/martian-engineering/apis/voltcode/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/martian-engineering/voltcode/revisions/d28625e4a7ea/schema)
