Skip to main content
GET
Get live-view connection

Authorizations

cc-key
string
header
required

API key-based authentication. Provide your CloudCruise API key in the cc-key header.

Path Parameters

session_id
string
required

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.

url
string<uri>
required

The viewer URL, with the single-use auth token embedded.

Example:

"https://live-view.cloudcruise.com/viewer?authToken=eyJhbGciOi...#e5f6a7b8-9abc-4def-0123-56789abcdef0"

sessionId
string
required

Unique identifier for the workflow execution session

Example:

"e5f6a7b8-9abc-4def-0123-56789abcdef0"

authToken
string
required

Single-use auth token embedded in url. Consuming the viewer link invalidates it — call this endpoint again for a fresh one.

Example:

"eyJhbGciOi..."