Get outgoing fax
get-outbox-faxGet details of a fax scheduled for sending (outbox). 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. Summarize for the user in plain language; do not expose raw API fields unless needed for support.
Side effects: none (read-only).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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. | |
| outbox_fax_id | Yes | Outgoing fax (outbox) record ID. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| ip | No | ||
| to | No | ||
| src | No | ||
| uid | Yes | ||
| files | No | ||
| retry | No | ||
| status | Yes | ||
| comment | No | ||
| options | No | ||
| send_time | No | ||
| cover_page | No | ||
| extra_info | No | ||
| page_count | No | ||
| submit_time | No | ||
| contact_name | No | ||
| file_changes | No | ||
| designated_src | No | ||
| initiated_from | No | ||
| should_enhance | No | ||
| status_changes | No | ||
| last_updated_status_time | No |