v36

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-1279125449.6 KB
Message Media

Retrieve Message Media

Retrieve 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.

get/Accounts/{AccountSid}/Messages/{MessageSid}/Media/{Sid}

Path parameters

AccountSidstring uuid required

Universal Unique Identifier.

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

MessageSidstring uuid required

Universal Unique Identifier.

A unique ID that identifies this specific message.

Sidstring uuid required

Universal Unique Identifier.

A unique ID that identifies this specific message.

Response

The request has succeeded.

account_sidstring uuid required

Universal Unique Identifier.

content_typestring required

The content type of the media.

date_createdstring required

The date, in RFC 2822 GMT format, this media was created.

date_updatedstring required

The date, in RFC 2822 GMT format, this media was updated.

parent_sidstring uuid required

Universal Unique Identifier.

sidstring uuid required

Universal Unique Identifier.

uristring required

The URI for the media.

Example response

{
  "content_type": "image/jpeg",
  "date_created": "Mon, 13 Aug 2018 21:38:46 +0000",
  "date_updated": "Mon, 13 Aug 2018 21:38:46 +0000",
  "uri": "/api/laml/2010-04-01/Accounts/ea108133-d6b3-407c-9536-9fad8a929a6a/Messages/0a059168-ead0-41af-9d1f-343dae832527/Media/b3877c40-da60-4998-90ad-b792e98472me.json"
}