Phone Testing›
Phone Testing
Get detailed call result
Get the detailed result for a single call: transcript, evaluation, validation criteria, and metadata. Set include_audio=true to also include call audio data (slower).
GET
/api/call-result/{call_id}
Authorizations
Authorizationstringheaderrequired
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
call_idstringrequired
Query Parameters
include_audioboolean
Include call audio data (slower)
Response
application/jsonShaped call result (same base shape as the metadata endpoint), optionally enriched with fresh voice-provider data when include_audio is set. The exact fields depend on provider and call state, and a first request for an unevaluated call marks it processing and queues a background analysis job.