---
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
- `workspace` 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` QuestionTool
    - `messageID` string, required
    - `callID` string, required

---

[API](https://skmtc.net/kaaass/apis/opencode.md) · [All operations](https://skmtc.net/kaaass/apis/opencode/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kaaass/opencode/versions/8bb9a15bd144/schema)
