Get your own or your subordinate’s faxes list. (Permitted scopes: fax:all:read, fax:fax:read)
OAuth2 Authorization Grant
User ID. Use 'self' for your own account, or provide a specific user ID for corporate member accounts.
Category parameter. Valid string values: inbox (received faxes), sent (outgoing faxes), or spam (spam faxes). Optional, defaults to 'inbox'.
inbox, sent, spam Start date to get records from that date. Format: YYYY-MM-DD HH:mm:ss (e.g., '2018-01-01 00:00:00'). Optional, if omitted returns all records from the beginning.
End date to get records before that date. Format: YYYY-MM-DD HH:mm:ss (e.g., '2020-01-01 00:00:00'). Optional, if omitted returns all records up to the current time.
Maximum number of fax records to return per request. Must be between 1 and 50. Optional, defaults to 50. Use with 'offset' for pagination.
1 <= x <= 50Offset for pagination. Specifies the number of records to skip before starting to return records. Optional, defaults to 0.
0 <= x <= 2147483647Field to sort the results by. Valid values: date, from, to, comment, pages. Optional.
date, from, to, comment, pages Order of the sorting. Valid values: asc for ascending, desc for descending. Optional, defaults to 'asc'.
asc, desc Return in-progress incoming faxes. Optional, defaults to false. This functionality can be enabled on request.
Filter by transmission status. Comma-separated list of valid fax statuses
Fax status. Some failure codes use failed_fs_* values which represent low-level fax transport issues (for example, fax protocol incompatibility, the remote endpoint stopping responding, or remote disconnections). In particular: failed_fs_8/failed_fs_9 indicate protocol incompatibility; failed_fs_31/failed_fs_32 indicate that the remote stopped responding; failed_fs_35/failed_fs_39 indicate that the remote disconnected.
success, partially_sent, partially_received, in_progress, insufficient_credit, failed, failed_internal_process_error, failed_user_busy, failed_no_answer, failed_unallocated_number, failed_office_converter_issue, failed_separate_file_pages_issue, failed_render_header_issue, failed_invalid_number_format, failed_mimetype_not_supported, failed_destination_not_supported, failed_image_preparation, failed_to_send, failed_normal_temporary_failure, failed_unknown_converter_issue, failed_normal_clearing, failed_convert_to_tiff_issue, failed_fs_2, failed_fs_3, failed_fs_8, failed_fs_9, failed_fs_31, failed_fs_32, failed_fs_35, failed_fs_39, failed_fs_48, failed_fs_49 Filter by source/from fax number in E.164 format
2 - 16Filter by destination/to fax number in E.164 format
2 - 16Filter by read status. true for read faxes, false for unread faxes
Filter faxes with at least this many pages
0 <= x <= 9999Filter faxes with at most this many pages
0 <= x <= 9999Response containing a list of faxes
List of fax data