What Is a Call Outcome?
A call outcome is a label that the AI assigns after evaluating the conversation. The exact labels available depend on how your script’s post-call QA is configured, but common examples include:- Order confirmed — the customer agreed to accept the order.
- Callback requested — the customer asked to be called at a different time.
- Insufficient Talk — the call connected but neither party exchanged enough meaningful dialogue for the AI to classify the result.
- Unclear — the conversation was audible but the customer’s intent could not be determined.
Outcome Response Fields
The outcome endpoint returns a rich set of fields covering both the call’s technical details and the AI’s analysis.Transcript Turn Object
Each item in thetranscript array represents one conversational turn:
Example Outcome Response
The following is a representative response fromGET /api/v1/orders/{orderId}/outcome:
"Insufficient Talk" because the customer did not engage long enough to determine intent.
Recording URLs are not included in the outcome response. Scalysis does not expose audio file links through the outcome endpoint. If you need call recordings, check your dashboard settings or contact Scalysis support about your account’s recording configuration.