TODO: Resource-level docs
Retrieve a list of all fax media instances for the specified fax.
Path parameters
-
The SID of the fax with the FaxMedia resources to read.
Minimum length is
34, maximum length is34. Format should match the following pattern:^FX[0-9a-fA-F]{32}$.
GET
/v1/Faxes/{FaxSid}/Media
curl \
--request GET 'https://fax.twilio.com/v1/Faxes/{FaxSid}/Media' \
--user "username:password"
Response examples (200)
{
"media": [
{
"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"
}
],
"meta": {
"first_page_url": "https://example.com",
"key": "string",
"next_page_url": "https://example.com",
"page": 42,
"page_size": 42,
"previous_page_url": "https://example.com",
"url": "https://example.com"
}
}