faxdrop_get_fax_status
Check the delivery status of a previously sent fax. Poll for updates until a terminal status (delivered, failed, or partial) is reached.
Instructions
Check the delivery status of a previously sent fax.
USE WHEN: polling for the outcome of a fax sent via faxdrop_send_fax. Status values: queued | sending | delivered | failed | partial.
DO NOT USE: for faxes sent outside this MCP (no provenance — server returns 404). Once status is delivered, failed, or partial, STOP polling — these are terminal.
SIDE EFFECTS: each non-cached call hits the FaxDrop API and counts toward its per-key rate limits (no monetary cost). Terminal results are cached process-wide.
POLLING STRATEGY: every ~5s for the first 2 min, then every ~30s up to 10 min. Most US faxes complete in <90s.
RETURNS: provider status object + optional _cached: true flag.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| faxId | Yes | The fax ID returned by faxdrop_send_fax (e.g. fax_abc123). |