Skip to main content

Retrieve a fax media instance.

Retrieve a single fax media associated with a specific fax of a specific account.

Permissions

The API token must include the following scopes: Fax.

Path Parameters
AccountSid uuid REQUIRED

The unique identifier for the account this fax media is associated with.

FaxSid uuid REQUIRED

The unique identifier of the fax that the media is associated with.

Sid uuid REQUIRED

The unique identifier for the fax media.

Responses
200

OK

Schema OPTIONAL
account_sid uuid OPTIONAL

The unique identifier for the account that created this conference.

content_type uuid OPTIONAL

The content type of the stored media.

date_created uuid OPTIONAL

The date and time, in ISO 8601 format, the fax media was created.

date_updated uuid OPTIONAL

The date and time, in ISO 8601 format, the fax media was updated.

fax_sid uuid OPTIONAL

The unique identifier of the fax that the media is associated with.

sid uuid OPTIONAL

The unique identifier for the fax media.

url uuid OPTIONAL

The URL of this resource.