---
title: "Stream Question"
method: POST
path: "/ab_tests/{ab_test_id}/questions/stream"
---

# Stream Question

`POST /ab_tests/{ab_test_id}/questions/stream`

Stream a read-only follow-up answer using the chat stream delimiter protocol.

## Path parameters

- `ab_test_id` string, required

## Request body

- AskABTestQuestionRequest — Request body for asking a follow-up question about an A/B test.
  - `conversation_id` string, uuid, nullable
  - `question` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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