cURL
curl --request GET \ --url https://api.langcall.com/v1/calls/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "created_at": "<string>", "direction": "inbound", "duration": 123, "conversations": [ { "role": "assistant", "content": "<string>" } ], "type": "full_ai", "to_number": "+1234567890", "instruction": "Get a home loan certificate and send it to a@a.com", "transfer_number": "+0987654321", "voice_id": "aura-asteria-en", "status_callback": "https://webhook.site/97f897b1-288d-4772-9a6e-11111" }
Get call details based on the ID supplied
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the call to get
Call response
The response is of type object.
object