List Faxes
Fax
List Faxes
Returns a cursor-paginated list of faxes, most recent first.
Defaults to the last 7 days; pass explicit created_after and
created_before to widen or narrow the window.
GET
List Faxes
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.
Query Parameters
Available options:
queued, submitted, in_progress, delivered, failed E.164 destination number, exact match.
Pattern:
^\+[1-9]\d{1,14}$Maximum string length:
64Filter by tag values. Use tag[KEY]=VALUE. Multiple tag filters compose with AND.
Maximum string length:
255Required range:
1 <= x <= 100Response
Array of FaxResource
Last modified on May 21, 2026