Skip to main content

Get meeting transcript

GET 

/meeting.transcript

Retrieve the transcript for a meeting.

Supports content negotiation:

  • JSON (default): Returns structured transcript with cues containing speaker IDs, text, and timing
  • WebVTT: Set Accept: text/vtt header to receive standard WebVTT format with speaker voice tags

Access: Organization and Personal. Personal access tokens restrict to meetings the authenticated user participated in.

Required scope: meetings:read

Errors (see Responses and Errors):

error codeMeaning
meeting_not_foundUnknown or inaccessible meeting
transcript_pendingNot ready yet — retry later (may include Retry-After)
transcript_unavailableMeeting was not transcribed — stop retrying
upstream_timeoutTimed out waiting on an upstream service — retry

OpenAPI Spec: chat-v1.json

Request

Responses

Transcript retrieved successfully