Get Session
Retrieve the current status and details of a browser session.
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"
}