Skip to main content

Retrieve a Media.

Retrieve a single media.

Permissions

The API token must include the following scopes: Messaging.

Path Parameters
AccountSid uuid REQUIRED

The unique identifier of the project that sent or received this message.

MessageSid uuid REQUIRED

A unique ID that identifies this specific message.

Sid uuid REQUIRED

A unique identifier for this media resource.

Responses
200

OK

Schema OPTIONAL
sid string OPTIONAL

A unique identifier for this media resource.

date_created string OPTIONAL

The date and time the message was sent in RFC 2822 format.

date_updated string OPTIONAL

The date and time the message was sent in RFC 2822 format.

account_sid uuid OPTIONAL

The unique identifier of the project that sent or received this message.

parent_sid boolean OPTIONAL

The unique identifier of the resource that created this media resource.

content_type string OPTIONAL

The mime-type of the media file, for example image/gif.

uri string OPTIONAL

The URI for this resource, relative to your base URL.