get_recording_transcript
Retrieve the full transcript and audio file URL for a specific recording by providing its audio ID.
Instructions
Returns the raw recording detail for one audioId, including its transcript and (when present) a pre-signed, unauthenticated URL to the audio file itself.
Unverified: the account this server was built against had zero recordings, so
this endpoint's exact response schema was never confirmed against real data.
The transcript is reported to live under content.document.children as
paragraphs of word tokens (each with text + stime/etime in ms) — read the raw
JSON returned here rather than assuming a parsed/flattened structure.
Args:
audio_id: The recording's _id, from list_recordings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| audio_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |