# Get entity preview files **GET /data/entities/{entity_id}/preview-files** Retrieve all preview files that are linked to a specific entity. This includes images, videos, and other preview media associated with the entity. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters #### Path parameters - **entity_id** () Unique identifier of the entity ## Responses ### 200: List of entity preview files successfully retrieved #### Body Parameters: application/json (array[object]) - **id** (string(uuid)) Preview file unique identifier - **name** (string) Preview file name - **path** (string) File path - **revision** (integer) File revision number - **created_at** (string(date-time)) Creation timestamp - **entity_id** (string(uuid)) Entity identifier - **task_id** (string(uuid)) Task identifier [Powered by Bump.sh](https://bump.sh)