---
title: "List intelligence questions"
method: GET
path: "/speech-to-text/{uuid}/questions"
tags: ["speechToText"]
---

# List intelligence questions

`GET /speech-to-text/{uuid}/questions`

List all questions asked about a transcript

## Path parameters

- `uuid` string, uuid, required

## Query parameters

- `page` integer, required
- `per_page` integer

## Headers

- `Authorization` string, required

## Response `200`

List of questions

- SpeechToTextListTranscriptQuestionsResponse200
  - `success` boolean
  - `items` SpeechToTextUuidQuestionsGetResponsesContentApplicationJsonSchemaItemsItems[]
    - `uuid` string, uuid
    - `query` string
    - `answer` string
    - `status` string
    - `created_at` string, date-time
  - `meta` SpeechToTextUuidQuestionsGetResponsesContentApplicationJsonSchemaMeta

## Changes

- **2026-08-22** `e93597a6b425` — 2 warning
  - for the `query` request parameter `per_page`, the max was set to `50.00`
  - for the `query` request parameter `page`, the min was set to `1.00`

[Change history](https://skmtc.dev/resemble/apis/api-reference/changes/speech-to-text/:uuid/questions/get.md)

---

[API](https://skmtc.dev/resemble/apis/api-reference.md) · [All operations](https://skmtc.dev/resemble/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/resemble/api-reference/revisions/e93597a6b425/schema)
