# Retrieve a list of all faxes **GET /v1/Faxes** Retrieve a list of all faxes. TODO: Resource-level docs ## Servers ## Parameters ### Query parameters - **From** (string) Retrieve only those faxes sent from this phone number, specified in [E.164](https://www.twilio.com/docs/glossary/what-e164) format. - **To** (string) Retrieve only those faxes sent to this phone number, specified in [E.164](https://www.twilio.com/docs/glossary/what-e164) format. - **DateCreatedOnOrBefore** (string(date-time)) 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. - **DateCreatedAfter** (string(date-time)) 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. - **PageSize** (integer) How many resources to return in each list page. The default is 50, and the maximum is 1000. ## Responses ### 200 OK #### Body: (object) - **faxes** (array[object]) - **meta** (object) [Powered by Bump.sh](https://bump.sh)