v50

latestOpenAPI 3.0.1Apache 2.0raw.githubusercontent.com2026-05-061971481.8 MB
Api20100401MediaInstance

Fetch a single Media resource associated with a specific Message resource

Fetch a single Media resource associated with a specific Message resource

get/2010-04-01/Accounts/{AccountSid}/Messages/{MessageSid}/Media/{Sid}.json

Path parameters

AccountSidstring required

The SID of the Account associated with the Media resource.

MessageSidstring required

The SID of the Message resource that is associated with the Media resource.

Sidstring required

The Twilio-provided string that uniquely identifies the Media resource to fetch.

Response

OK

account_sidstring nullable

The SID of the Account associated with this Media resource.

content_typestring nullable

The default MIME type of the media, for example image/jpeg, image/png, or image/gif.

date_createdstring date-time-rfc-2822 nullable

The date and time in GMT when this Media resource was created, specified in RFC 2822 format.

date_updatedstring date-time-rfc-2822 nullable

The date and time in GMT when this Media resource was last updated, specified in RFC 2822 format.

parent_sidstring nullable

The SID of the Message resource that is associated with this Media resource.

sidstring nullable

The unique string that identifies this Media resource.

uristring nullable

The URI of this Media resource, relative to https://api.twilio.com.