---
title: "List Voice Survey Results"
method: GET
path: "/voice-surveys/results"
tags: ["voice-surveys"]
---

# List Voice Survey Results

`GET /voice-surveys/results`

## Response `200`

Successful Response

- VoiceSurveyResult[]
  - `voice_survey_id` string, required
  - `transcript_id` string, required
  - `overall` VoiceSurveyTopicScalar, required
    - `type` 'scalar'
    - `title` string, required
    - `data` ScalarContribution[], required
      - `source` 'seed' | 'survey', required
      - `scalar_score` number, required
      - `text` string, nullable
  - `topics` union[], required
    - union
      - VoiceSurveyTopicScalar
        - `type` 'scalar'
        - `title` string, required
        - `data` ScalarContribution[], required
          - `source` 'seed' | 'survey', required
          - `scalar_score` number, required
          - `text` string, nullable
      - VoiceSurveyTopicQualitative
        - `type` 'qualitative'
        - `title` string, required
        - `data` QualitativeContribution[], required
          - `source` 'seed' | 'survey', required
          - `bin_name` string, required
          - `text` string, nullable

## Other responses

- `404` — Not found

---

[API](https://skmtc.dev/trytrata/apis/fastapi.md) · [All operations](https://skmtc.dev/trytrata/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/trytrata/fastapi/revisions/a8ae8846c411/schema)
