Phone Testing › Get all call results for a suite
Phone Testing
Get all call results for a suite Get all call results for a suite.
Get all call results for a suite curl -- request GET \
-- url "https://agent-testing.lambdatest.com/api/callresults/{suite_id}" \
-- header "Authorization: Basic <encoded-value>"
{
"suite_id" : "suite_8f2c1a" ,
"suite_name" : "Order status regression" ,
"project_id" : "proj_4d9e21" ,
"results" : [
{
"id" : "cr_01j9x2" ,
"scenario_id" : "scn_7a1b3c" ,
"scenario_title" : "Ask for order status" ,
"call_id" : "c3a1f5e2-7b41-4e0a-9d2c-1f6b8a3e5d90" ,
"result" : {
"status" : "ended" ,
"endedReason" : "customer-ended-call" ,
"recordingUrl" : "/api/audio/c3a1f5e2-7b41-4e0a-9d2c-1f6b8a3e5d90/recording.wav" ,
"startedAt" : "2026-07-28T09:14:03Z" ,
"endedAt" : "2026-07-28T09:16:41Z" ,
"messages" : [
{
"role" : "assistant" ,
"message" : "Hi, how can I help you today?" ,
"secondsFromStart" : 1.4
}
] ,
"audio_analysis" : {
"qualitative_evaluation" : {
"overallResult" : "Pass"
}
}
} ,
"is_bookmarked" : false ,
"trigger_source" : "manual" ,
"prompt_version_number" : 3
}
]
}
Authorizations Authorization string header required
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Response 200▼
application/json Full call results including shaped transcripts and threshold configs
suite_id string required
Suite ID
suite_name string
Suite display name
project_id string required
Owning project ID
results object[] required
Call results, newest first
▶ Hide child attributesresults. id string
Example: "cr_01j9x2"
results. scenario_id string
Example: "scn_7a1b3c"
results. scenario_title string
Example: "Ask for order status"
results. call_id string
Example: "c3a1f5e2-7b41-4e0a-9d2c-1f6b8a3e5d90"
results. result object
▶ Show child attributes
results. is_bookmarked boolean
Example: false
results. trigger_source string
Example: "manual"
results. prompt_version_number number
Example: 3
Get all call results for a suite curl -- request GET \
-- url "https://agent-testing.lambdatest.com/api/callresults/{suite_id}" \
-- header "Authorization: Basic <encoded-value>"
{
"suite_id" : "suite_8f2c1a" ,
"suite_name" : "Order status regression" ,
"project_id" : "proj_4d9e21" ,
"results" : [
{
"id" : "cr_01j9x2" ,
"scenario_id" : "scn_7a1b3c" ,
"scenario_title" : "Ask for order status" ,
"call_id" : "c3a1f5e2-7b41-4e0a-9d2c-1f6b8a3e5d90" ,
"result" : {
"status" : "ended" ,
"endedReason" : "customer-ended-call" ,
"recordingUrl" : "/api/audio/c3a1f5e2-7b41-4e0a-9d2c-1f6b8a3e5d90/recording.wav" ,
"startedAt" : "2026-07-28T09:14:03Z" ,
"endedAt" : "2026-07-28T09:16:41Z" ,
"messages" : [
{
"role" : "assistant" ,
"message" : "Hi, how can I help you today?" ,
"secondsFromStart" : 1.4
}
] ,
"audio_analysis" : {
"qualitative_evaluation" : {
"overallResult" : "Pass"
}
}
} ,
"is_bookmarked" : false ,
"trigger_source" : "manual" ,
"prompt_version_number" : 3
}
]
}