GET /v1/calls/:id
Fetches a single call with full transcript, recording URL, and post-call analysis.Documentation Index
Fetch the complete documentation index at: https://docs.nixflex.com/llms.txt
Use this file to discover all available pages before exploring further.
200 OK:
| Field | Notes |
|---|---|
direction | inbound or outbound |
ended_reason | agent_hangup, caller_hangup, silence_timeout, max_duration, voicemail, error |
transcript | Ordered turns; role is agent or caller |
recording_url | Signed URL, valid 24 hours; refetch for a fresh URL |
caller_sentiment | happy, neutral, frustrated |
call_successful | True if Claude judged the goal achieved |
extracted_data | Object matching the agent’s extraction_schema |
metadata | Custom data passed when triggering an outbound call |
cost_usd | Total Nixflex charge for this call (excludes Twilio costs) |
| Code | Cause |
|---|---|
call_not_found | ID doesn’t exist or belongs to another account |