# List Media Assets

```
GET 
/api/v3/media/assets
```

List media assets, excluding those that have been deleted. A media asset can be:

* A `"recording"` that is from the full duration of the stream
* A `"clip"` which is generated from [Create Media Asset](https://docs-preview.optiview.dolby.com/pr-863/millicast/api/media-assets-create-media-asset.md)
* A `"timeline"` which is a series of segments that is buffered in a cache and available for clipping. A `"timeline"` is capped at a 12 hour duration or whenever the stream is re-started.
* Of type `storageValidation`, which is a record reflecting the outcome of triggering [Validate Third Party Storage Setup](https://docs-preview.optiview.dolby.com/pr-863/millicast/api/account-validate-third-party-storage.md)

## Request

## Responses

**200**

Success

**400**

Bad Request

**default**

Server Error
