---
title: "Retrieve Fax Media"
method: GET
path: "/Accounts/{AccountSid}/Faxes/{FaxSid}/Media/{Sid}"
tags: ["Fax Media"]
---

# Retrieve Fax Media

`GET /Accounts/{AccountSid}/Faxes/{FaxSid}/Media/{Sid}`

Retrieve media for a fax.

#### Permissions

The API token used to authenticate must have the following scope(s) enabled to make a successful request: _Fax_.

[Learn more about API scopes](/docs/platform/your-signalwire-api-space).

## Path parameters

- `AccountSid` string, uuid, required — Universal Unique Identifier.
- `FaxSid` string, uuid, required — Universal Unique Identifier.
- `Sid` string, uuid, required — Universal Unique Identifier.

## Response `200`

The request has succeeded.

- FaxMediaResponse — Response containing a single fax media.
  - `account_sid` string, required — The unique identifier for the account.
  - `content_type` string, required — The content type of the media.
  - `date_created` string, required — The date, in ISO 8601 format, this media was created.
  - `date_updated` string, required — The date, in ISO 8601 format, this media was updated.
  - `fax_sid` string, required — The unique identifier for the fax.
  - `sid` string, required — The unique identifier for the media.
  - `uri` string, required — The URI for the media.
  - `url` string, required — The URL for the media.

## Other responses

- `400` — The request was invalid or cannot be processed. Check the error details for more information.
- `401` — Authentication failed. Please verify your credentials and try again.
- `404` — The requested resource was not found. Please verify the resource identifier.

---

[API](https://skmtc.net/signalwire/apis/compatibility-api.md) · [All operations](https://skmtc.net/signalwire/apis/compatibility-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/signalwire/compatibility-api/versions/e6faba43acd7/schema)
