Live View
Recording
Live View
Get a shareable noVNC URL for interactive live observation of a browser session.
GET
Live View
Overview
Returns a URL that loads an in-browser noVNC client connected to the session’s virtual desktop. Useful for:- Debugging task failures by watching the actual browser in real time.
- Handing control to an end-user for
authenticateactions inprompt_usermode. - Internal monitoring tools.
Path Parameters
Browser session ID (UUID).
Example Request
Response
Success Response (200)
Shareable live-view URL. Open in any modern browser.
Error Responses
| Status | Description |
|---|---|
401 | Unauthorized — invalid or missing API key. |
404 | Session not found or not owned by the caller. |