GET
/
calls
/
{id}
curl --request GET \
  --url https://api.mesinalabs.com/v1/calls/{id} \
  --header 'Authorization: Bearer <token>'
{
  "callId": "<string>",
  "assistantId": "<string>",
  "startTime": "2023-11-07T05:31:56Z",
  "endTime": "2023-11-07T05:31:56Z",
  "status": "<string>",
  "reason": "<string>",
  "cost": 123,
  "duration": 123,
  "fromNumber": "<string>",
  "toNumber": "<string>",
  "recordingUrl": "<string>",
  "transcription": "<string>",
  "mesinaCode": "<string>"
}

Authorizations

Authorization
string
header
required

El bearer token es generado por nosotros, y está disponible en tu dashboard

Path Parameters

id
string
required

ID de la llamada.

Response

200
application/json
Respuesta exitosa
callId
string
assistantId
string
startTime
string
endTime
string
status
string
reason
string
cost
number
duration
integer
fromNumber
string
toNumber
string
recordingUrl
string
transcription
string
mesinaCode
string

Código mesina para verificaciones extras