Get call
Calls
Get call
GET /v1/calls/:id
GET
Get call
Fetches a single call with full transcript, recording URL, and post-call analysis.
Request
Response
200 OK:
Field reference
| 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 | Permanent URL hosted on Nixflex; original is also kept on your Twilio account |
caller_sentiment | happy, neutral, frustrated |
call_successful | True if the AI 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) |
Errors
| Code | Cause |
|---|---|
call_not_found | ID doesn’t exist or belongs to another account |