OpenapiV1CallsIdAnalysis
Get call analysis
Retrieve the AI-generated analysis for a specific call.
Response includes:
- Overall, closing, emotional, and structure scores
- Buyer certainty index
- Detected objections with quotes and handling scores
- Key moments with timestamps
- Call journey breakdown (discovery → pitch → close)
- Coaching feedback and action plans
- AI verdict (hire, retain, replace)
Analysis is only available for completed calls that have been processed.
curl -X GET "https://api.aura-app.ai/v1/calls/550e8400-e29b-41d4-a716-446655440000/analysis"{
"data": {
"analyzed_at": "2026-01-17T10:00:00Z",
"buyer_certainty_index": 55,
"call_id": "0d0a16ab-a508-4d58-bf24-5dc3cb248f3e",
"call_journey": {
"property1": null,
"property2": null
},
"closing_score": 65,
"coaching_data": {
"property1": null,
"property2": null
},
"confidence": 0.87,
"emotional_score": 82,
"id": "550e8400-e29b-41d4-a716-446655440000",
"key_moments": [
{
"description": "Lead raised concern about implementation timeline",
"score": 65,
"timestamp": "12:34",
"type": "objection"
}
],
"metrics": {
"property1": null,
"property2": null
},
"objections_detected": [
{
"category": "price",
"confidence": 0.92,
"handling_feedback": "Good reframe to value but missed opportunity to anchor to ROI",
"handling_score": 75,
"quote": "That's a bit more than we budgeted for this quarter"
}
],
"overall_score": 78,
"primary_objection": "price",
"quick_insights": {
"property1": null,
"property2": null
},
"reasoning": "string",
"status": "closed",
"structure_score": 71,
"verdict": "retain"
},
"success": true
}{
"code": "NOT_FOUND",
"error": "Call analysis not found",
"success": false
}