GET /v1/Faxes

twilio.com:twilio_fax_v1

Summary:
Operation ID: ListFax
Auth: unknown
Description

Retrieve a list of all faxes.

Parameters (5)

DateCreatedAfter (string, query, optional)

Retrieve only those faxes with a `date_created` that is later than this value, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.

DateCreatedOnOrBefore (string, query, optional)

Retrieve only those faxes with a `date_created` that is before or equal to this value, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.

From (string, query, optional)

Retrieve only those faxes sent from this phone number, specified in [E.164](https://www.twilio.com/docs/glossary/what-e164) format.

PageSize (integer, query, optional)

How many resources to return in each list page. The default is 50, and the maximum is 1000.

Constraints: {'minimum': 1, 'maximum': 1000}

To (string, query, optional)

Retrieve only those faxes sent to this phone number, specified in [E.164](https://www.twilio.com/docs/glossary/what-e164) format.

No probe data for this endpoint yet.