# Fetch a specific Operator Result for the given Transcript. **GET /v2/Transcripts/{TranscriptSid}/OperatorResults/{OperatorSid}** Fetch a specific Operator Result for the given Transcript. ## Servers - https://intelligence.twilio.com: https://intelligence.twilio.com () ## Authentication methods - Account sid auth token ## Parameters ### Path parameters - **TranscriptSid** (string) A 34 character string that uniquely identifies this Transcript. - **OperatorSid** (string) A 34 character string that identifies this Language Understanding operator sid. ### Query parameters - **Redacted** (boolean) Grant access to PII redacted/unredacted Language Understanding operator. If redaction is enabled, the default is True. ## Responses ### 200 OK #### Headers - **X-Rate-Limit-Limit** (string) - **X-Rate-Limit-Remaining** (string) - **X-Rate-Limit-Config** (string) - **Access-Control-Allow-Origin** (string) Specify the origin(s) allowed to access the resource - **Access-Control-Allow-Methods** (string) Specify the HTTP methods allowed when accessing the resource - **Access-Control-Allow-Headers** (string) Specify the headers allowed when accessing the resource - **Access-Control-Allow-Credentials** (boolean) Indicates whether the browser should include credentials - **Access-Control-Expose-Headers** (string) Headers exposed to the client #### Body: application/json (object) - **operator_type** (string) The type of the applied Language Understanding Operator. One of conversation-classify, utterance-classify, extract, extract-normalize, or pii-extract - **name** (string | null) The name of the applied Language Understanding. - **operator_sid** (string | null) A 34 character string that identifies this Language Understanding operator sid. - **extract_match** (boolean | null) Boolean to tell if extract Language Understanding Processing model matches results. - **match_probability** (number | null) Percentage of 'matching' class needed to consider a sentence matches - **normalized_result** (string | null) Normalized output of extraction stage which matches Label. - **utterance_results** (array | null) List of mapped utterance object which matches sentences. - **utterance_match** (boolean | null) Boolean to tell if Utterance matches results. - **predicted_label** (string | null) The 'matching' class. This might be available on conversation classify model outputs. - **predicted_probability** (number | null) Percentage of 'matching' class needed to consider a sentence matches. - **label_probabilities** () The labels probabilities. This might be available on conversation classify model outputs. - **extract_results** () List of text extraction results. This might be available on classify-extract model outputs. - **text_generation_results** () Output of a text generation operator for example Conversation Sumamary. - **json_results** () - **transcript_sid** (string | null) A 34 character string that uniquely identifies this Transcript. - **url** (string(uri) | null) The URL of this resource. [Powered by Bump.sh](https://bump.sh)