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

# List Fax Media

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

Returns the document media associated with one fax. Use it when a fax SID is known and you need the media SID or metadata; [Message Media](/docs/compatibility-api/rest/message-media/list-media) contains MMS attachments and is a separate collection.

#### 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.

## Query parameters

- `Page` integer
- `PageSize` integer
- `PageToken` string

## Response `200`

The request has succeeded.

- FaxMediaListResponse — Response containing a list of fax media.
  - `uri` string, required — The URI of the current page.
  - `first_page_uri` string, required — The URI of the first page.
  - `next_page_uri` string, nullable, required — The URI of the next page, or null if there are no more pages.
  - `previous_page_uri` string, nullable, required — The URI of the previous page, or null if this is the first page.
  - `page` integer, required — The current page number.
  - `page_size` integer, required — The number of items per page.
  - `media` FaxMedia[], required — List of 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.
  - `fax_media` FaxMedia[], required — List of fax media (alias for 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.
- `422` — The request could not be processed due to validation errors. Check the error details for more information.

## Changes

- **2026-05-12** `5344c0c93a4c` — 7 info
  - added 'unevaluatedProperties' constraint to the response body for the status `200`
  - added 'unevaluatedProperties' constraint to the response body for the status `400`
  - added 'unevaluatedProperties' constraint to the response body for the status `401`
  - added 'unevaluatedProperties' constraint to the response body for the status `404`
  - …3 more
- **2026-03-04** `2e516ba2383f` — 2 breaking
  - response property `next_page_uri` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `previous_page_uri` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
- **2026-01-19** `d5fbaaddfa3e` — 2 breaking, 22 info
  - the response property `next_page_uri` became nullable for the status `200`
  - the response property `previous_page_uri` became nullable for the status `200`
  - added the new optional `query` request parameter `Page`
  - added the new optional `query` request parameter `PageSize`
  - …20 more
- **2026-01-15** `686ef84c2abc` — 1 breaking
  - the response property `previous_page_uri` became nullable for the status `200`
- …earlier changes not shown

[Full history](https://skmtc.dev/signalwire/apis/compatibility-api/changes/Accounts/:AccountSid/Faxes/:FaxSid/Media/get.md)

---

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