# Get preview file **GET /data/preview-files/{instance_id}** Retrieve a preview file by its ID and return it as a JSON object. Supports including relations. Vendors must be working on the task. Artists must have project access. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Path parameters - **instance_id** (string(uuid)) ### Query parameters - **relations** (boolean) Whether to include relations ## Responses ### 200 Preview file retrieved successfully #### Body: application/json (object) - **id** (string(uuid)) - **name** (string) - **task_id** (string(uuid)) - **revision** (integer) - **created_at** (string(date-time)) - **updated_at** (string(date-time)) ### 400 Invalid ID format or query error [Powered by Bump.sh](https://bump.sh)