Skip to main content
GET
Get transcript of a call

Authorizations

X-Api-Key
string
header
required

Your API key.

Path Parameters

id
string<uuid>
required

Response

OK

action
enum<string>

Action type of the transcript

Available options:
RING,
ANSWER,
HUMAN_SPEAK,
AGENT_SPEAK,
ANSWERING_MACHINE_BEEP,
HANG_UP,
TRANSFER_CALL
time
string<date-time>

Timestamp of the transcript action.

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

Example:

"2024-07-30T14:35:00Z"

actor
enum<string>

Actor of the transcript

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

Message content of the transcript

Example:

"Hello, how can I help you?"