# Fetch a single Media resource associated with a specific Message resource **GET /2010-04-01/Accounts/{AccountSid}/Messages/{MessageSid}/Media/{Sid}.json** Fetch a single Media resource associated with a specific Message resource The Media subresource of a Message resource represents a piece of media, such as an image, that is associated with the Message. ## Servers - https://api.twilio.com: https://api.twilio.com () ## Authentication methods - Account sid auth token ## Parameters ### Path parameters - **AccountSid** (string) The SID of the [Account](https://www.twilio.com/docs/iam/api/account) associated with the Media resource. - **MessageSid** (string) The SID of the Message resource that is associated with the Media resource. - **Sid** (string) The Twilio-provided string that uniquely identifies the Media resource to fetch. ## Responses ### 200 OK #### Headers - **Access-Control-Allow-Origin** (string) Specify the origin(s) allowed to access the resource - **Access-Control-Allow-Methods** (string) Specify the HTTP methods allowed when accessing the resource - **Access-Control-Allow-Headers** (string) Specify the headers allowed when accessing the resource - **Access-Control-Allow-Credentials** (boolean) Indicates whether the browser should include credentials - **Access-Control-Expose-Headers** (string) Headers exposed to the client #### Body: application/json (object) - **account_sid** (string | null) The SID of the [Account](https://www.twilio.com/docs/iam/api/account) associated with this Media resource. - **content_type** (string | null) 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) | null) 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) | null) 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 | null) The SID of the Message resource that is associated with this Media resource. - **sid** (string | null) The unique string that identifies this Media resource. - **uri** (string | null) The URI of this Media resource, relative to `https://api.twilio.com`. [Powered by Bump.sh](https://bump.sh)