---
title: "List uploaded media"
method: GET
path: "/media"
tags: ["Media Storage API"]
---

# List uploaded media

`GET /media`

Returns a list of the media files stored on your account, with support for filtering.

## Query parameters

- `filter` object
  - `content_type` string[] — Filters files by given content types

## Response `200`

A response with a list of media resources

- 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
  - `meta` PaginationMeta
    - `page_number` integer
    - `page_size` integer
    - `total_pages` integer
    - `total_results` integer

## Other responses

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

## Changes

- **2026-08-17** `1571b0380bd7` — 2 breaking
  - the `errors/items/code` response's property type/format changed from `integer`/`int32` to `string`/`` for status `401`
  - the `errors/items/code` response's property type/format changed from `integer`/`int32` to `string`/`` for status `default`
- **2026-08-04** `8f5f4e537994` — 2 breaking
  - the `errors/items/code` response's property type/format changed from `string`/`` to `integer`/`int32` for status `401`
  - the `errors/items/code` response's property type/format changed from `string`/`` to `integer`/`int32` for status `default`

[Change history](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/changes/media/get.md)

---

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