cURL
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>" }
Obtiene los detalles de una llamada por su id.
El bearer token es generado por nosotros, y está disponible en tu dashboard
ID de la llamada.
Respuesta exitosa
The response is of type object.
object