SessionKit DOCS
Get Started
API Reference Get Session
GET/v1/sessions/{id}

Get Session

Retrieve the current status and details of a browser session.

The session ID (e.g., `ses_k8m2n4p6`).

Request

curl https://api.sessionkit.dev/v1/sessions/ses_k8m2n4p6 \
  -H "Authorization: Bearer sk_live_..."

Response

{
  "id": "ses_k8m2n4p6",
  "status": "active",
  "cdpUrl": "wss://api.sessionkit.dev/cdp/ses_k8m2n4p6?token=ct_abc123",
  "proxy": {
    "type": "residential",
    "country": "US",
    "ip": "184.xxx.xxx.xxx"
  },
  "fingerprint": {
    "platform": "Win32",
    "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64)..."
  },
  "recording": { "har": true, "screenshots": false, "video": false },
  "expiresAt": "2026-06-23T15:30:00Z",
  "createdAt": "2026-06-23T15:00:00Z"
}
⌘I
AI Assistant

Ask me anything about the documentation.

ESC