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 a diarized, timestamped string

Same shape as the GET /api/calls/{id}/transcript response, so one parser handles AI and CSR calls.

call_id
integer
required

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

transcript
string
required

Newline-separated <speaker> [mm:ss]: <text> lines. Speakers are agent (the CSR), customer, or unknown.

format
enum<string>
required
Available options:
diarized