Skip to main content
GET
Get a coach call transcript

Authorizations

Authorization
string
header
required

API key in the format avoca_<64 hex characters>

Headers

x-team-id
integer

Target team ID. Required for multi-team (enterprise_all_teams / portfolio_all_teams) keys on v0 endpoints; single-team keys are locked to their team and omit it.

Path Parameters

id
integer
required

Coach call ID (number)

Response

The transcript as both a diarized string and structured utterances

call_id
integer
required

Coach call ID (the same integer ID used by GET /api/coach/{id})

avoca_call_id
string | null
required

Calls API call_id when this Coach record is linked to an Avoca call

team_id
integer
required
format
enum<string>
required
Available options:
diarized
transcript
string
required

Newline-separated <speaker> [mm:ss]: <text> lines, same line format as GET /api/calls/{id}/transcript

utterances
object[]
required