# Fetch a specific fax **GET /v1/Faxes/{Sid}** Fetch a specific fax. TODO: Resource-level docs ## Servers ## Parameters ### Path parameters - **Sid** (string) The Twilio-provided string that uniquely identifies the Fax resource to fetch. ## Responses ### 200 OK #### Body: (object) - **account_sid** (string | null) The SID of the Account that created the resource - **api_version** (string | null) The API version used to transmit the fax - **date_created** (string(date-time) | null) The ISO 8601 formatted date and time in GMT when the resource was created - **date_updated** (string(date-time) | null) The ISO 8601 formatted date and time in GMT when the resource was last updated - **direction** (string | null) The direction of the fax - **duration** (integer | null) The time it took to transmit the fax - **from** (string | null) The number the fax was sent from - **links** (object(uri-map) | null) The URLs of the fax's related resources - **media_sid** (string | null) The SID of the FaxMedia resource that is associated with the Fax - **media_url** (string | null) The Twilio-hosted URL that can be used to download fax media - **num_pages** (integer | null) The number of pages contained in the fax document - **price** (number | null) The fax transmission price - **price_unit** (string(currency) | null) The ISO 4217 currency used for billing - **quality** (string | null) The quality of the fax - **sid** (string | null) The unique string that identifies the resource - **status** (string | null) The status of the fax - **to** (string | null) The phone number that received the fax - **url** (string(uri) | null) The absolute URL of the fax resource [Powered by Bump.sh](https://bump.sh)