View a media asset
get_mediaRetrieve metadata, content, and revision history of a media asset from a project. Optionally view an archived version or exclude content for metadata only.
Instructions
View one media asset: its metadata, size, and (by default) content — UTF-8 for text/report assets, base64 for images — plus its revision history (prior versions with the prompts used). Pass a version id to view an archived revision instead of the current one; set withContent:false for metadata + history only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Asset filename, e.g. q3-report.html. | |
| project | Yes | ||
| version | No | Archived version id (from the versions list) to view instead of current. | |
| withContent | No |