Get a Fax
Returns the full fax record including status, error details, and timing.
Documentation Index
Fetch the complete documentation index at: https://mintfax.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key as Bearer token. Use an account key (mfx_acct_...) for
/account/* endpoints, and an environment key (mfx_test_... for
sandbox, mfx_live_... for live) for /environment/*, /faxes,
/webhooks, and /events.
Path Parameters
The fax public id
Response
FaxResource
Unique fax identifier (fax_-prefixed).
"fax_8aZqRm4yT3vK7pNxJ2bH9c"
Current fax status.
queued, submitted, in_progress, delivered, failed "queued"
Destination fax number in E.164 format.
"+12125551234"
Number of pages, null until processing begins.
Machine-readable failure code, if any.
Optional finer-grained mintfax-owned subcode, if any.
Human-readable failure description, if any.
Configured retry cap for this fax (1-5). See ADR-021.
"3"
Per-attempt delivery detail in chronological order. See ADR-021.
Per-fax webhook override URL.
Caller-supplied idempotency key.
Caller-supplied metadata map. Empty serializes as {}.
Sender CSID transmitted in the T.30 fax handshake (max 20 chars).
Target page size for content mintfax renders. PDF inputs pass through unchanged.
letter, legal, a4, b4 T.30 transmission resolution.
standard, fine Rasterizer optimization hint for non-PDF inputs.
text, photo UTC timestamp when the fax was submitted to a carrier. Null until submission.
UTC timestamp when the fax reached a terminal status. Null until completion.
UTC timestamp when the fax record was created.
UTC timestamp when the fax record was last updated.