Skip to main content
GET
/
v1
/
users
/
{user_id}
/
browser
/
sessions
/
{id}
/
live-view
Live-view URL
curl --request GET \
  --url https://api.usenaive.ai/v1/users/{user_id}/browser/sessions/{id}/live-view \
  --header 'Authorization: Bearer <token>'
{
  "session_id": "<string>",
  "status": "<string>",
  "live_view_url": "<string>"
}

Authorizations

Authorization
string
header
required

Workspace API key. Create one via the dashboard or POST /v1/auth/keys.

Path Parameters

user_id
string
required

Tenant user UUID, or default / me for the operator's default user.

id
string
required

Response

OK.

session_id
string
status
string
live_view_url
string