GET
/
v1
/
calls
/
{id}
/
transcript

Authorizations

X-Api-Key
string
header
required

Your API key.

Path Parameters

id
string
required

Response

200 - application/json
action
enum<string>

Action type of the transcript

Available options:
RING,
ANSWER,
HUMAN_SPEAK,
AGENT_SPEAK,
ANSWERING_MACHINE_BEEP,
HANG_UP,
TRANSFER_CALL
actor
enum<string>

Actor of the transcript

Available options:
UNKNOWN,
HUMAN,
AGENT,
ANSWERING_MACHINE
message
string

Message content of the transcript

time
string

Timestamp of the transcript action.

Format: UTC time - yyyy-MM-dd'T'HH:mm:ss'Z'