Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.example.com/v1/sessions/{id}
Retrieve session status and details
ses_k8m2n4p6
curl https://api.meshbrow.dev/v1/sessions/ses_k8m2n4p6 \ -H "Authorization: Bearer mb_live_..."
{ "id": "ses_k8m2n4p6", "status": "active", "cdpUrl": "wss://api.meshbrow.dev/cdp/ses_k8m2n4p6?token=ct_abc123", "proxy": { "type": "residential", "country": "US", "ip": "104.xxx.xxx.xxx" }, "fingerprint": { "platform": "Win32", "userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64)..." }, "createdAt": "2026-10-27T14:00:00Z", "expiresAt": "2026-10-27T14:30:00Z", "metrics": { "pagesVisited": 12, "bytesTransferred": 4521890, "cdpMessages": 847 } }
{ "error": { "code": "not_found", "message": "Session ses_k8m2n4p6 not found" } }