get_call
Retrieve full or partial details for a specific call. Pass a comma-separated list of fields to get only the data you need, reducing payload size.
Instructions
Get details for a specific call.
By default returns the full payload, including call_path and
transcript data — this is large (~100+ fields). If you only need a
handful of fields (e.g. when checking several calls in a row), pass
fields as a comma-separated list of top-level keys (e.g.
"call_status,dial_status,duration,source,tracking_number,tag_list,
sale,called_at,direction") to get back just those, which is much
cheaper than the full payload. For bulk disposition analysis across
many calls, prefer call_disposition_report instead of looping this.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | ||
| call_id | Yes | ||
| account_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |