🔐 Bundle plugin only: This is exclusive to the Video, Audio & Live Bundle. Get the bundle plugin here.

Fields

FieldTypeDescription
transcriptIdTextThe ID of the transcript you would like to retrieve

Returned Values

FieldTypeDescription
transcriptIdTextThe unique ID of the transcription session.
domainIdTextThe ID of the domain where the transcription occurred.
roomIdTextThe ID of the room where the transcription took place.
mtgSessionIdTextThe meeting session ID associated with the transcription.
durationNumberThe length of the transcription in seconds.
participantMinutesNumberThe total number of participant minutes recorded during the transcription session.
statusTextThe status of the transcription.
errorTextContains details of any errors that occurred during the transcription. If no errors occurred, this will be null.
error.status_codeNumberThe HTTP status code returned by the API (e.g., 200 for success).
error.status_messageTextThe HTTP status message returned by the API (e.g., "OK").
error.bodyTextThe raw error body message as a string.
returned_an_errorBooleanA flag indicating whether the API returned an error. false means no error occurred.