For AI agents and LLMs: a machine-readable index is available at llms.txt. A plain-Markdown version of any documentation page is available by appending .md to its URL.
Skip to main content
Phone TestingGet detailed call result
TestMu AI
StatusCommunityBlog
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}
Get detailed call result
curl --request GET \
--url "https://agent-testing.lambdatest.com/api/call-result/{call_id}" \
--header "Authorization: Basic <encoded-value>"
<string>

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/json

Shaped 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.

Get detailed call result
curl --request GET \
--url "https://agent-testing.lambdatest.com/api/call-result/{call_id}" \
--header "Authorization: Basic <encoded-value>"
<string>