---
title: "Read a list of Media resources associated with a specific Message resource"
method: GET
path: "/2010-04-01/Accounts/{AccountSid}/Messages/{MessageSid}/Media.json"
tags: ["Api20100401Media"]
---

# Read a list of Media resources associated with a specific Message resource

`GET /2010-04-01/Accounts/{AccountSid}/Messages/{MessageSid}/Media.json`

Read a list of Media resources associated with a specific Message resource

## Path parameters

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

## Query parameters

- `DateCreated` string, date-time
- `DateCreated<` string, date-time
- `DateCreated>` string, date-time
- `PageSize` integer
- `Page` integer
- `PageToken` string

## Response `200`

OK

- object
  - `end` integer
  - `first_page_uri` string, uri
  - `next_page_uri` string, uri, nullable
  - `page` integer
  - `page_size` integer
  - `previous_page_uri` string, uri, nullable
  - `start` integer
  - `uri` string, uri
  - `media_list` ApiV2010AccountMessageMedia[]
    - `account_sid` string, nullable — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) associated with this Media resource.
    - `content_type` string, nullable — The default [MIME type](https://en.wikipedia.org/wiki/Internet_media_type) of the media, for example `image/jpeg`, `image/png`, or `image/gif`.
    - `date_created` string, date-time-rfc-2822, nullable — The date and time in GMT when this Media resource was created, specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format.
    - `date_updated` string, date-time-rfc-2822, nullable — The date and time in GMT when this Media resource was last updated, specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format.
    - `parent_sid` string, nullable — The SID of the Message resource that is associated with this Media resource.
    - `sid` string, nullable — The unique string that identifies this Media resource.
    - `uri` string, nullable — The URI of this Media resource, relative to `https://api.twilio.com`.

---

[API](https://skmtc.net/twilio/apis/api-v2010.md) · [All operations](https://skmtc.net/twilio/apis/api-v2010/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/api-v2010/revisions/6b6ffccef14c/schema)
