Get Transcription Result
audio.transcribe.resultRetrieve completed transcription details including text, word count, confidence score, detected language, and speaker labels using the transcript ID from AssemblyAI.
Instructions
Retrieve the completed transcription text, word count, confidence score, detected language, and speaker labels (if diarization was enabled). Use transcript_id from submit (AssemblyAI)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| transcript_id | Yes | Transcript ID to get the completed transcription text for |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |