Get live-view connection
Fetches a fresh live-view connection for watching an active session’s browser stream: a viewer URL plus its auth token.
The auth token is single-use — once a viewer link has been opened, opening it again (reloading the tab, or reopening it later) fails to connect. Call this endpoint again to mint a fresh token/link rather than reusing an old one.
Only works while the session is still active; fails once the session has ended.
Authorizations
API key-based authentication. Provide your CloudCruise API key in the cc-key header.
Path Parameters
The unique identifier for the workflow execution session
Response
Live-view connection successfully retrieved
A viewer URL and its single-use auth token for watching an active session's browser stream. Note the field names are camelCase, unlike other Run API responses.
The viewer URL, with the single-use auth token embedded.
"https://live-view.cloudcruise.com/viewer?authToken=eyJhbGciOi...#e5f6a7b8-9abc-4def-0123-56789abcdef0"
Unique identifier for the workflow execution session
"e5f6a7b8-9abc-4def-0123-56789abcdef0"
Single-use auth token embedded in url. Consuming the viewer link invalidates it — call this endpoint again for a fresh one.
"eyJhbGciOi..."

