List Sent Faxes
GET /sent_faxes — Returns a paginated list of sent faxes for your account.
Query params: page, page_size, from_number, to_number, patient_name, patient_dob, sender_name, recipient_name, date_start, date_end, is_test, sort, sort_dir.
bash
Response
JSON
Response Fields
| Field | Description |
|---|---|
| send_token | Unique identifier for this fax (use this to retrieve status) |
| from_number | The Medsender fax number that sent this fax |
| to_number | The destination fax number |
| sent_status | Fax delivery status: "queued", "inprogress", "success", or "failure" |
| sent_at | When the fax was queued for sending (ISO 8601) |
| completed_at | When the fax finished sending (ISO 8601, null if still in progress) |
| num_pages | Number of pages in the fax |
| error_details | Error information if sent_status is "failure", otherwise null |
| is_test | Whether this was sent using test credentials |
| patient_name | Patient name if provided when sending |
| patient_dob | Patient date of birth if provided |
| sender_name | Sender name if provided |
| recipient_name | Recipient name if provided |
| note | Internal note if provided (for your reference only) |
| record_status | Record status: "activated", "archived", or "revoked" |
| document_type | Document type: "both", "document_only", or "access_code_sheet_only" |
| expiry | When the secure link expires (30 days from creation) |
| view_count | Number of times the fax has been viewed via secure link |