Get a fax record
get-faxGet details for a specific fax record. wait_seconds is optional (default 0). After send-fax-uploaded, pass wait_seconds=30 on the first check so the record can become visible; omit it or pass 0 for later polls. Immediate 4xx without that wait is expected, not a lost job. Tell the user status in everyday words (preparing, sending, sent, failed); do not paste raw fields, costs, or client metadata unless they ask for a support reference.
Side effects: none (read-only).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fax_id | Yes | Fax record ID. | |
| user_id | No | Fax.Plus user ID. Default: self. | |
| wait_seconds | No | Optional. Seconds to wait before calling Fax.Plus (default 0, max 60). After send-fax-uploaded, pass 30 on the first status check. Omit or 0 for later polls. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| to | No | ||
| cost | No | ||
| file | No | ||
| from | No | ||
| pages | Yes | ||
| header | No | ||
| status | Yes | ||
| comment | Yes | ||
| is_read | No | ||
| is_spam | No | ||
| duration | No | ||
| owner_id | Yes | ||
| direction | No | ||
| file_name | No | ||
| max_retry | No | ||
| cover_page | No | ||
| start_time | No | ||
| description | No | ||
| last_update | No | ||
| retry_delay | No | ||
| submit_time | No | ||
| cost_details | Yes | ||
| scheduled_time | No |