Skip to main content
GET
/
browser
/
sessions
/
{sessionId}
Get the status, connect URL, and live-view URL for a Dench Browser session
curl --request GET \
  --url https://www.dench.com/api/v1/browser/sessions/{sessionId} \
  --header 'Authorization: Bearer <token>'
{
  "error": {
    "message": "<string>",
    "type": "<string>",
    "code": "<string>",
    "details": "<unknown>"
  }
}

Authorizations

Authorization
string
header
required

Workspace-scoped Dench API key from workspace settings. This is the same key used by DENCH_API_KEY in sandboxes.

Path Parameters

sessionId
string
required

Response

Successful response