---
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

---

[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)
