---
title: "Retrieve a media item"
method: GET
path: "/:id/info"
---

# Retrieve a media item

`GET /:id/info`

Retrieve information about a single media item

## Response `200`

Successfully retrieved

- Media
  - `account_id` string — The ID of your Nexmo account. This is the same as your API key.
  - `etag` string — An identifier for the content. This will change if the content of the file has been changed (i.e. if you upload a new version of the file). For more information see Wikipedia: [HTTP ETag](https://en.wikipedia.org/wiki/HTTP_ETag)
  - `id` string — A UUID representing the object.
  - `max_downloads_allowed` integer — The maximum number of times the file may be downloaded.
  - `media_size` integer — The size of the file in bytes
  - `metadata_primary` string — A user set string containing metadata about the media file.
  - `metadata_secondary` string — A user set string containing further metadata about the media file.
  - `mime_type` string — The IETF MIME type of the file.
  - `original_file_name` string — The filename of the object as it was originally uploaded.
  - `public` boolean — Whether the item is available for download without authentication.
  - `store_id` string — An internal identifier of how the file is stored.
  - `time_created` string — A timestamp for the time that the file was created
  - `time_last_updated` string — A timestamp for the time that the file was last modified
  - `times_downloaded` integer — The number of times the file has been downloaded.

---

[API](https://skmtc.net/vonage/apis/media.md) · [All operations](https://skmtc.net/vonage/apis/media/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vonage/media/versions/6c4368740b66/schema)
