---
title: "Retrieve stored media"
method: GET
path: "/media/{media_name}"
tags: ["Media Storage API"]
---

# Retrieve stored media

`GET /media/{media_name}`

Returns the information about a stored media file.

## Path parameters

- `media_name` string, required

## Response `200`

A response describing a media resource

- object
  - `data` MediaResource
    - `content_type` string — Content type of the file
    - `created_at` string — ISO 8601 formatted date of when the media resource was created
    - `expires_at` string — ISO 8601 formatted date of when the media resource will expire and be deleted.
    - `media_name` string — Uniquely identifies a media resource.
    - `updated_at` string — ISO 8601 formatted date of when the media resource was last updated

## Other responses

- `401` — Unexpected error
- `404` — Unexpected error
- `default` — Unexpected error

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api-2/revisions/3fdc16374d70/schema)
