---
title: "List Questions"
method: GET
path: "/ab_tests/{ab_test_id}/questions"
---

# List Questions

`GET /ab_tests/{ab_test_id}/questions`

List persisted analysis questions for a completed A/B test.

## Path parameters

- `ab_test_id` string, required

## Response `200`

Successful Response

- ABTestQuestionsListResponse — Response listing A/B analysis question history.
  - `conversations` ABTestQuestionConversationDTO[]
    - `id` string, required
    - `created_at` string, date-time, required
    - `questions` ABTestQuestionDTO[], required
      - `id` string, required
      - `ab_test_id` string, required
      - `answer` string, nullable
      - `conversation_id` string, required
      - `citations` ABTestQuestionCitationDTO[]
        - `type` string, required
        - `branch` string, nullable
        - `call_id` string, nullable
        - `dimension_name` string, nullable
        - `incident_key` string, nullable
        - `session_id` string, nullable
        - `tool_name` string, nullable
      - `context_manifest` ABTestQuestionContextManifestDTO — Artifacts used by an A/B analysis answer.
        - `ab_test_id` string, required
        - `comparison_result_url` string, nullable
        - `full_traces_fetched` string[]
        - `missing_traces` string[]
        - `report_loaded` boolean
        - `sessions_considered` string[]
        - `truncated` boolean
      - `created_at` string, date-time, required
      - `error_message` string, nullable
      - `question` string, required
      - `status` string, required
      - `tool_calls` ABTestQuestionToolCallDTO[]
        - `tool_name` string, required
        - `arguments` object
        - `summary` string, required
        - `success` boolean
    - `title` string, required
    - `updated_at` string, date-time, required
  - `questions` ABTestQuestionDTO[], required
    - `id` string, required
    - `ab_test_id` string, required
    - `answer` string, nullable
    - `conversation_id` string, required
    - `citations` ABTestQuestionCitationDTO[]
      - `type` string, required
      - `branch` string, nullable
      - `call_id` string, nullable
      - `dimension_name` string, nullable
      - `incident_key` string, nullable
      - `session_id` string, nullable
      - `tool_name` string, nullable
    - `context_manifest` ABTestQuestionContextManifestDTO — Artifacts used by an A/B analysis answer.
      - `ab_test_id` string, required
      - `comparison_result_url` string, nullable
      - `full_traces_fetched` string[]
      - `missing_traces` string[]
      - `report_loaded` boolean
      - `sessions_considered` string[]
      - `truncated` boolean
    - `created_at` string, date-time, required
    - `error_message` string, nullable
    - `question` string, required
    - `status` string, required
    - `tool_calls` ABTestQuestionToolCallDTO[]
      - `tool_name` string, required
      - `arguments` object
      - `summary` string, required
      - `success` boolean

## 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)
