# Fetch a specific fax media instance **GET /v1/Faxes/{FaxSid}/Media/{Sid}** Fetch a specific fax media instance. TODO: Resource-level docs ## Servers ## Parameters ### Path parameters - **FaxSid** (string) The SID of the fax with the FaxMedia resource to fetch. - **Sid** (string) The Twilio-provided string that uniquely identifies the FaxMedia resource to fetch. ## Responses ### 200 OK #### Body: (object) - **account_sid** (string | null) The SID of the Account that created the resource - **content_type** (string | null) The content type of the stored fax media - **date_created** (string(date-time) | null) The ISO 8601 date and time in GMT when the resource was created - **date_updated** (string(date-time) | null) The ISO 8601 date and time in GMT when the resource was last updated - **fax_sid** (string | null) The SID of the fax the FaxMedia resource is associated with - **sid** (string | null) The unique string that identifies the resource - **url** (string(uri) | null) The absolute URL of the FaxMedia resource [Powered by Bump.sh](https://bump.sh)