Skip to main content
GET
Get a call's transcript

Authorizations

Authorization
string
header
required

API key authentication for the public API. Pass your API key as a Bearer token.

Path Parameters

application_id
string<uuid>
required
call_id
string<uuid>
required

Response

call_id
string<uuid>
required
recording_audio_url
string | null
required
read-only
recording_video_url
string | null
required
read-only
transcript
object[]
required
read-only
status
enum<string>

Current call status

  • pending - Pending
  • scheduled - Scheduled
  • queued - Queued
  • in_progress - In Progress
  • completed - Completed
  • failed - Failed
  • cancelled - Cancelled
Available options:
pending,
scheduled,
queued,
in_progress,
completed,
failed,
cancelled
ended_reason
enum<string> | null

Categorized reason why call ended

  • assistant_ended - Assistant Ended Call
  • customer_ended - Customer Ended Call
  • max_duration - Max Duration Reached
  • silence_timeout - Silence Timeout
  • customer_busy - Customer Busy
  • customer_no_answer - Customer Did Not Answer
  • voicemail - Voicemail Reached
  • assistant_error - Assistant Error
  • pipeline_error - Pipeline Error
  • provider_error - Provider Error
  • manually_canceled - Manually Canceled
  • forwarded - Call Forwarded
  • unknown - Unknown
Available options:
assistant_ended,
customer_ended,
max_duration,
silence_timeout,
customer_busy,
customer_no_answer,
voicemail,
assistant_error,
pipeline_error,
provider_error,
manually_canceled,
forwarded,
unknown