---
title: "Retrieve a list of Operator Results for the given Transcript."
method: GET
path: "/v2/Transcripts/{TranscriptSid}/OperatorResults"
tags: ["IntelligenceV2OperatorResult"]
---

# Retrieve a list of Operator Results for the given Transcript.

`GET /v2/Transcripts/{TranscriptSid}/OperatorResults`

Retrieve a list of Operator Results for the given Transcript.

## Path parameters

- `TranscriptSid` string, required

## Query parameters

- `Redacted` boolean
- `PageSize` integer
- `Page` integer
- `PageToken` string

## Response `200`

OK

- object
  - `operator_results` IntelligenceV2TranscriptOperatorResult[]
    - `operator_type` 'conversation-classify' | 'utterance-classify' | 'extract' | 'extract-normalize' | 'pii-extract' | 'text-generation' | 'json' — The type of the applied Language Understanding Operator. One of conversation-classify, utterance-classify, extract, extract-normalize, or pii-extract
    - `name` string, nullable — The name of the applied Language Understanding.
    - `operator_sid` string, nullable — A 34 character string that identifies this Language Understanding operator sid.
    - `extract_match` boolean, nullable — Boolean to tell if extract Language Understanding Processing model matches results.
    - `match_probability` number, nullable — Percentage of 'matching' class needed to consider a sentence matches
    - `normalized_result` string, nullable — Normalized output of extraction stage which matches Label.
    - `utterance_results` unknown[], nullable — List of mapped utterance object which matches sentences.
      - unknown
    - `utterance_match` boolean, nullable — Boolean to tell if Utterance matches results.
    - `predicted_label` string, nullable — The 'matching' class. This might be available on conversation classify model outputs.
    - `predicted_probability` number, nullable — Percentage of 'matching' class needed to consider a sentence matches.
    - `label_probabilities` unknown
    - `extract_results` unknown
    - `text_generation_results` unknown
    - `json_results` unknown
    - `transcript_sid` string, nullable — A 34 character string that uniquely identifies this Transcript.
    - `url` string, uri, nullable — The URL of this resource.
  - `meta` object
    - `first_page_url` string, uri
    - `key` string
    - `next_page_url` string, uri, nullable
    - `page` integer
    - `page_size` integer
    - `previous_page_url` string, uri, nullable
    - `url` string, uri

## Changes

- **2025-10-28** (v2) `1016fab872f8` — 5 warning, 5 info
  - added the new `conversation-classify` enum value to the `operator_results/items/operator_type` response property for the response status `200`
  - added the new `extract-normalize` enum value to the `operator_results/items/operator_type` response property for the response status `200`
  - added the new `pii-extract` enum value to the `operator_results/items/operator_type` response property for the response status `200`
  - added the new `text-generation` enum value to the `operator_results/items/operator_type` response property for the response status `200`
  - …6 more
- **2025-07-03** (v2) `dfca525e97dc` — 5 breaking
  - the `operator_results/items/extract_results` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - the `operator_results/items/json_results` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - the `operator_results/items/label_probabilities` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - the `operator_results/items/text_generation_results` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - …1 more
- …earlier changes not shown

[Full history](https://skmtc.dev/twilio/apis/twilio-intelligence/changes/v2/Transcripts/:TranscriptSid/OperatorResults/get.md)

---

[API](https://skmtc.dev/twilio/apis/twilio-intelligence.md) · [All operations](https://skmtc.dev/twilio/apis/twilio-intelligence/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/twilio/twilio-intelligence/revisions/39893d5b355d/schema)
