Returns the full debrief for a call, including health, pains, open threads and next steps.
curl https://api.salesviking.io/v1/calls/ac_92f1 \
-H "Authorization: Bearer sv_live_..."
{
"id": "ac_92f1",
"account": "Acme Corp",
"health": 82,
"outcome": "advancing",
"pains": ["manual reporting", "slow onboarding"],
"open_threads": ["timeline", "path_to_signature"],
"next_steps": ["send security one-pager"]
}