# Get download URLs for media if possible **GET /v2/Transcripts/{Sid}/Media** Get download URLs for media if possible ## Servers - https://intelligence.twilio.com: https://intelligence.twilio.com () ## Authentication methods - Account sid auth token ## Parameters ### Path parameters - **Sid** (string) The unique SID identifier of the Transcript. ### Query parameters - **Redacted** (boolean) Grant access to PII Redacted/Unredacted Media. If redaction is enabled, the default is `true` to access redacted media. ## Responses ### 200 OK #### Headers - **X-Rate-Limit-Limit** (string) - **X-Rate-Limit-Remaining** (string) - **X-Rate-Limit-Config** (string) - **Access-Control-Allow-Origin** (string) Specify the origin(s) allowed to access the resource - **Access-Control-Allow-Methods** (string) Specify the HTTP methods allowed when accessing the resource - **Access-Control-Allow-Headers** (string) Specify the headers allowed when accessing the resource - **Access-Control-Allow-Credentials** (boolean) Indicates whether the browser should include credentials - **Access-Control-Expose-Headers** (string) Headers exposed to the client #### Body: application/json (object) - **account_sid** (string | null) The unique SID identifier of the Account. - **media_url** (string(uri) | null) Downloadable URL for media, if stored in Twilio AI. - **service_sid** (string | null) The unique SID identifier of the Service. - **sid** (string | null) The unique SID identifier of the Transcript. - **url** (string(uri) | null) The URL of this resource. [Powered by Bump.sh](https://bump.sh)