---
title: "Fetch a specific Operator Result for the given Transcript."
method: GET
path: "/v2/Transcripts/{TranscriptSid}/OperatorResults/{OperatorSid}"
tags: ["IntelligenceV2OperatorResult"]
---

# Fetch a specific Operator Result for the given Transcript.

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

Fetch a specific Operator Result for the given Transcript.

## Path parameters

- `TranscriptSid` string, required
- `OperatorSid` string, required

## Query parameters

- `Redacted` boolean

## Response `200`

OK

- IntelligenceV2TranscriptOperatorResult
  - `operator_type` 'conversation_classify' | 'utterance_classify' | 'extract' | 'extract_normalize' | 'pii_extract' | 'text_generation' | 'json'
  - `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` object[], nullable — List of mapped utterance object which matches sentences.
  - `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` object, nullable — The labels probabilities. This might be available on conversation classify model outputs.
  - `extract_results` object, nullable — List of text extraction results. This might be available on classify-extract model outputs.
  - `text_generation_results` object, nullable — Output of a text generation operator for example Conversation Sumamary.
  - `json_results` object, nullable
  - `transcript_sid` string, nullable — A 34 character string that uniquely identifies this Transcript.
  - `url` string, uri, nullable — The URL of this resource.

## Changes

- **2025-03-11** (v2) `cc85fce86c3c` — 5 breaking
  - the `extract_results` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - the `json_results` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - the `label_probabilities` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - the `text_generation_results` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - …1 more
- **2025-02-11** (v2) `ca1dfd564a20` — 2 warning, 1 info
  - added the new `json` enum value to the `operator_type` response property for the response status `200`
  - added the new `text_generation` enum value to the `operator_type` response property for the response status `200`
  - added the optional property `json_results` to the response with the `200` status
- **2024-02-09** (v2) `f5a092599dbb` — 1 info
  - added the optional property `text_generation_results` to the response with the `200` status
- **2024-01-25** (v2) `106345bc802d` — 1 warning
  - removed the optional property `text_generation_results` from the response with the `200` status
- **2023-11-06** (v2) `19eaa6b7338d` — 1 info
  - added the optional property `text_generation_results` to the response with the `200` status

[Full history](https://skmtc.dev/twilio/apis/twilio-intelligence/changes/v2/Transcripts/:TranscriptSid/OperatorResults/:OperatorSid/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/cc85fce86c3c/schema)
