Check fax delivery status
get_fax_statusCheck the delivery status of a fax sent with send_fax. Status 'success' means the receiving fax machine confirmed the transmission; 'inprogress'/'queued' mean it is still sending; 'failure' means it could not be delivered. Delivery typically takes 1-5 minutes; poll roughly every 30 seconds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fax_id | Yes | The fax_id returned by send_fax. |