Get Transcript

View as Markdown

Read a meeting transcript sequentially in chunks (complements semantic search). Returns {chunks: [{index, speakers, text}], totalChunks, nextOffset}.

Authentication

AuthorizationBearer
Create a personal key in Alpha settings, or use an access token issued to an approved OAuth client.

Request

This endpoint expects an object.
meetingIdstringRequired

Meeting id from list_meetings

vaultstringOptional

Exact vault id or name from list_vaults. Required whenever the key can reach more than one vault; never guess or use one client’s vault for another.

offsetdoubleOptional

Chunk offset (default 0)

limitdoubleOptional

Chunks per page (default 20, max 50)

Response headers

X-Request-IdstringOptional
Stable identifier for tracing this request in Alpha logs.

Response

Get Transcript completed.
datamap from strings to any or list of maps from strings to any
The result returned by the selected Alpha tool.

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error