# List all media Use this endpoint for the [Media](./index.mdx) method to return a [paged list](/docs/rest/compatibility-api/overview/paging.mdx) of media belonging to this message. The most recent media will appear first. ## Parameters | Parameter | Description | | :- | :-- | | DateCreated optional | Only return media created on this particular date, formatted as **YYYY-MM-DD** in UTC. You can also append < or > to return a range of media. For example, use DateCreated< to return media created on or before midnight of the date, or DateCreated> to return media created on or after midnight of the date. | | PageSize optional | Specify the number of results to return on a single page. The default page size is **50** and the maximum is 1000. | ## Request 200 OK
json { uri: /api/laml/2010-04-01/Accounts/446e9986-0848-4d46-a617-48793c5f5e07/Messages/3338f508-c98c-45a1-b2e3-1a2c345477a8/Media?Page=0&PageSize=50, first_page_uri: /api/laml/2010-04-01/Accounts/446e9986-0848-4d46-a617-48793c5f5e07/Messages/3338f508-c98c-45a1-b2e3-1a2c345477a8/Media?Page=0&PageSize=50, next_page_uri: null, previous_page_uri: null, page: 0, page_size: 50, media_list: [ { date_created: Fri, 15 Jun 2018 17:59:25 +0000, date_updated: Fri, 15 Jun 2018 17:59:25 +0000, content_type: image/jpeg, uri: /api/laml/2010-04-01/Accounts/446e9986-0848-4d46-a617-48793c5f5e07/Messages/3338f508-c98c-45a1-b2e3-1a2c345477a8/Media/b51dc3c6-df20-4af6-b774-a99de20d3fd8.json } ] }