Skip to main content
Returns what the person said while recording — the narration the document’s tickets were generated from. Pass a documentId for every transcribed input on that document, or an inputId for a single recording. This is supporting context. The tickets from get_document remain the spec; use the transcript to understand intent or resolve a vague reference, not to invent extra work.

Input

string (uuid)
Id of the Montra document whose input transcripts to read.
string (uuid)
Id of a single input (recording) whose transcript to read. Ticket inputId values from get_document work here.

Output

object[]
required
One entry per transcribed input.
boolean
required
true when any returned transcript was cut short.

Notes

  • Pass exactly one of documentId or inputId. Passing both, or neither, is rejected.
  • Inputs without a transcript are dropped from the result: text inputs never have one, and a recording is transcribed in the background, so a recent one may still be processing. When nothing on the document has a transcript yet, the call comes back with a message saying so — retry later rather than concluding there was no narration.
  • The response is capped across all transcripts at 200,000 characters and 2,000 segments so a long recording cannot flood your context. Whatever is cut is flagged by truncated, both per transcript and at the top level.
  • An input that has not been filed into a document yet is still being classified and reads as not found, as does anything hanging off a document outside the bound workspace. See workspace binding.