Get call status and result
get_callGet the status and result of a call by id. status is one of queued | ringing | in_progress (still running, poll again) or completed | no_answer | voicemail | declined | failed (terminal). Returns summary, transcript, and extracted fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| callId | Yes | The callId returned by place_call. |