List
Use this endpoint for the Fax method to list all faxes on your SignalWire account.
Path parameters
AccountSid
The Project ID that uniquely identifies the Account.
Query parameters
Page
The page index to retrieve. Zero-indexed.
PageSize
The number of results per page. Default is 50, maximum is 1000.
PageToken
Token for cursor-based pagination. Required when Page > 0.
DateCreatedAfter
The date, in ISO 8601 format, after which the fax was sent.
DateCreatedOnOrBefore
The date, in ISO 8601 format, on or before which the fax was sent.
From
The phone number, in E.164 format, the fax was sent from.
To
The phone number, in E.164 format, the fax was sent to.
Response
uri
The URI of the current page.
first_page_uri
The URI of the first page.
next_page_uri
The URI of the next page, or null if there are no more pages.
previous_page_uri
The URI of the previous page, or null if this is the first page.
page
The current page number.
page_size
The number of items per page.
faxes
List of faxes.
Response