cURL
curl --request GET \ --url https://api.sternrockcapital.com/calls/ai/{callId}
{ "analysis": { "success": true, "summary": "<string>" }, "callId": "<string>", "callLengthSecs": 123, "callStarted": "<string>", "callType": "outboundPhoneCall", "cost": 123, "phoneCallProvider": "twilio", "transcriptions": [ { "duration": 123, "endTime": "<string>", "message": "<string>", "role": "system", "startTime": "<string>" } ] }
Returns metadata, cost, analysis summary, and ordered transcripts for the specified call.
UUID of the call
OK
Show child attributes
outboundPhoneCall
inboundPhoneCall
webCall
vapi.websocketCall
twilio
vonage
vapi
telnyx