---
title: "List Message Media"
method: GET
path: "/Accounts/{AccountSid}/Messages/{MessageSid}/Media"
tags: ["Message Media"]
---

# List Message Media

`GET /Accounts/{AccountSid}/Messages/{MessageSid}/Media`

List all media for a message.

#### Permissions

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

[Learn more about API scopes](/platform/dashboard/getting-started/your-signalwire-api-space#api-token-scopes).

## Path parameters

- `AccountSid` string, uuid, required
- `MessageSid` string, uuid, required

## Query parameters

- `DateCreated` string
- `DateCreated<` string
- `DateCreated>` string
- `Page` integer
- `PageSize` integer
- `PageToken` string

## Response `200`

The request has succeeded.

- MessageMediaListResponse — Response containing a list of message 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_list` MessageMedia[], required — List of media.
    - `account_sid` string, uuid, required — The unique identifier for the account.
    - `content_type` string, required — The content type of the media.
    - `date_created` string, required — The date, in RFC 2822 GMT format, this media was created.
    - `date_updated` string, required — The date, in RFC 2822 GMT format, this media was updated.
    - `parent_sid` string, uuid, required — The unique identifier for the message.
    - `sid` string, uuid, required — The unique identifier for the media.
    - `uri` string, required — The URI 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.
- `422` — The request could not be processed due to validation errors. Check the error details for more information.

## Changes

- **2026-01-21** `250c3ae23842` — 2 info
  - api tag `Message Media` added
  - api tag `Media` removed
- **2026-01-20** `dce1bcef69f0` — 1 info
  - added the non-success response with the status `400`
- **2026-01-19** `d5fbaaddfa3e` — 3 breaking, 2 warning, 19 info
  - for the `query` request parameter `PageSize`, default value `50` was added
  - the response property `next_page_uri` became nullable for the status `200`
  - the response property `previous_page_uri` became nullable for the status `200`
  - for the `query` request parameter `PageSize`, the max was set to `1000.00`
  - …20 more
- **2026-01-15** `07f73f74a61d` — 2 info
  - added the new optional `query` request parameter `DateCreated`
  - added the new optional `query` request parameter `PageSize`
- **2026-01-15** `686ef84c2abc` — 1 breaking
  - the response property `previous_page_uri` became nullable for the status `200`

[Full history](https://skmtc.dev/signalwire/apis/compatibility-api/changes/Accounts/:AccountSid/Messages/:MessageSid/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/8891278c1908/schema)
