# Get task previews **GET /data/tasks/{task_id}/previews** Return previews linked to a task. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters #### Path parameters - **task_id** (string(uuid)) ## Responses ### 200: Previews linked to task #### Body Parameters: application/json (array[object]) - **id** (string(uuid)) - **task_id** (string(uuid)) - **revision** (integer) - **comment_id** (string(uuid)) - **person_id** (string(uuid)) - **created_at** (string(date-time)) [Powered by Bump.sh](https://bump.sh)