Download GIF
GET/workstations/:workstation_id/browser-use/v1/task/:task_id/gif/file
Download the animated GIF file generated from the screenshots of a browser-use task's execution. This endpoint serves the actual GIF file.
NOTE: The GIF must be generated first using the
/gif
endpoint.
Request
Responses
- 200
- 404
- 500
GIF file retrieved successfully
Not Found - the requested resource does not exist.
Internal Server Error - please retry your request.