progress on the analysis endpoint reaches 100. Requesting the transcript before that point returns a 409 Conflict response.
Endpoint
Path Parameter
string
required
Identifies the call whose transcript you want to retrieve. The same three formats accepted by
GET /calls/{identifier} are supported here:Response
A successful request returns HTTP200 with a transcript object containing speaker-labeled segments. The exact structure of the transcript JSON varies by AI model configuration, but each segment includes the speaker’s resolved name and the text they spoke.
Before requesting the transcript, poll
GET /calls/{identifier}/analysis until the progress field equals 100. Requesting the transcript while analysis is still running will return a 409 Conflict error. Speaker resolution must be fully complete before transcripts are served.Example Response
Example Request
Error Responses
400 Bad Request — The identifier format is invalid or cannot be parsed.GET /calls/{identifier}/analysis until progress equals 100, then retry this request.