---
title: "GET /v1/Faxes"
method: GET
path: "/v1/Faxes"
---

# GET /v1/Faxes

`GET /v1/Faxes`

Retrieve a list of all faxes.

## Query parameters

- `From` string
- `To` string
- `DateCreatedOnOrBefore` string, date-time
- `DateCreatedAfter` string, date-time
- `PageSize` integer

## Response `200`

OK

- object
  - `faxes` FaxV1Fax[]
    - `account_sid` string, nullable — The SID of the Account that created the resource
    - `api_version` string, nullable — The API version used to transmit the fax
    - `date_created` string, date-time, nullable — The ISO 8601 formatted date and time in GMT when the resource was created
    - `date_updated` string, date-time, nullable — The ISO 8601 formatted date and time in GMT when the resource was last updated
    - `direction` 'inbound' | 'outbound', nullable — The direction of the fax
    - `duration` integer, nullable — The time it took to transmit the fax
    - `from` string, nullable — The number the fax was sent from
    - `links` object, nullable — The URLs of the fax's related resources
    - `media_sid` string, nullable — The SID of the FaxMedia resource that is associated with the Fax
    - `media_url` string, nullable — The Twilio-hosted URL that can be used to download fax media
    - `num_pages` integer, nullable — The number of pages contained in the fax document
    - `price` number, nullable — The fax transmission price
    - `price_unit` string, currency, nullable — The ISO 4217 currency used for billing
    - `quality` 'standard' | 'fine' | 'superfine', nullable — The quality of the fax
    - `sid` string, nullable — The unique string that identifies the resource
    - `status` 'queued' | 'processing' | 'sending' | 'delivered' | 'receiving' | 'received' | 'no-answer' | 'busy' | 'failed' | 'canceled', nullable — The status of the fax
    - `to` string, nullable — The phone number that received the fax
    - `url` string, uri, nullable — The absolute URL of the fax resource
  - `meta` object
    - `first_page_url` string, uri
    - `key` string
    - `next_page_url` string, uri
    - `page` integer
    - `page_size` integer
    - `previous_page_url` string, uri
    - `url` string, uri

---

[API](https://skmtc.net/twilio/apis/twilio-fax-v1.md) · [All operations](https://skmtc.net/twilio/apis/twilio-fax-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/twilio-fax-v1/versions/9b60f3f0f164/schema)
