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
List active browser sessions for your workspace
x-api-key
{ "success": true, "data": [ { "sessionId": "ses_a1b2c3d4-e5f6-7890-abcd-ef1234567890", "status": "active", "createdAt": "2026-04-30T12:00:00.000Z", "expiresAt": "2026-04-30T13:00:00.000Z" } ] }