TODO: Resource-level docs
Fetch a specific fax media instance.
Path parameters
-
The SID of the fax with the FaxMedia resource to fetch.
Minimum length is
34, maximum length is34. Format should match the following pattern:^FX[0-9a-fA-F]{32}$. -
The Twilio-provided string that uniquely identifies the FaxMedia resource to fetch.
Minimum length is
34, maximum length is34. Format should match the following pattern:^ME[0-9a-fA-F]{32}$.
GET
/v1/Faxes/{FaxSid}/Media/{Sid}
curl \
--request GET 'https://fax.twilio.com/v1/Faxes/{FaxSid}/Media/{Sid}' \
--user "username:password"
Response examples (200)
{
"account_sid": "string",
"content_type": "string",
"date_created": "2026-05-04T09:42:00Z",
"date_updated": "2026-05-04T09:42:00Z",
"fax_sid": "string",
"sid": "string",
"url": "https://example.com"
}