# MediaPreviewImage - admin-graphql - OBJECT
Version: 2025-01

## Description
Represents the preview image for a media.

### Access Scopes
`read_products` access scope, `read_files` access scope or `read_images` access scope.


## Fields
* [image](/docs/api/admin-graphql/2025-01/objects/Image): Image - The preview image for the media. Returns `null` until `status` is `READY`.
* [status](/docs/api/admin-graphql/2025-01/enums/MediaPreviewImageStatus): MediaPreviewImageStatus! - Current status of the preview image.

## Connections



## Related queries

## Related mutations

## Related Unions

## Examples