## Retrieve Screencast **get** `/computers/{id}/screencast` Stream only screencast frames (base64 JPEG images) using Server-Sent Events (SSE) for live browser viewing ### Path Parameters - `id: string` ### Example ```http curl https://api.tzafon.ai/computers/$ID/screencast \ -H "Authorization: Bearer $TZAFON_API_KEY" ```