TelefonAIv1
Calls

One call with the transcript, `handled_at` and `tags`

One call with the transcript, handled_at and tags. actions is what the assistant ACTUALLY did during the conversation — book, transfer, take_message, lookup — with succeeded and the booking_id a booking got, so «could not book» and «never tried» can be told apart. tasks are the call-back messages the call left behind. Every fetch is written to the access log.

GET/v1/calls/{id}

Authentication

Authorizationstringheaderrequired

Your API key as a Bearer token.

Parameters

idstringpathrequired

The id of the resource.

Request

curl --request GET \
  --url "https://api.telefonai.dk/v1/calls/<id>" \
  --header "Authorization: Bearer $API_NOEGLE"

Response

application/json

Success.

object

401Missing key
{
  "error": {
    "code": "unauthorized",
    "message": "Missing or invalid API key."
  }
}