{ "opencollection": "1.0.0", "info": { "name": "Browserbase Contexts Sessions API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "X-BB-API-Key", "value": "{{X-BB-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Sessions", "type": "folder" }, "items": [ { "info": { "name": "List sessions", "type": "http" }, "http": { "method": "GET", "url": "https://api.browserbase.com/v1/sessions", "params": [ { "name": "status", "value": "", "type": "query" } ] }, "docs": "List sessions" }, { "info": { "name": "Create a session", "type": "http" }, "http": { "method": "POST", "url": "https://api.browserbase.com/v1/sessions", "body": { "type": "json", "data": "{}" } }, "docs": "Create a session" }, { "info": { "name": "Get a session", "type": "http" }, "http": { "method": "GET", "url": "https://api.browserbase.com/v1/sessions/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a session" }, { "info": { "name": "Update a session", "type": "http" }, "http": { "method": "POST", "url": "https://api.browserbase.com/v1/sessions/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a session" }, { "info": { "name": "Get session logs", "type": "http" }, "http": { "method": "GET", "url": "https://api.browserbase.com/v1/sessions/:id/logs", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get session logs" }, { "info": { "name": "Get session recording", "type": "http" }, "http": { "method": "GET", "url": "https://api.browserbase.com/v1/sessions/:id/recording", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get session recording" }, { "info": { "name": "Get session downloads", "type": "http" }, "http": { "method": "GET", "url": "https://api.browserbase.com/v1/sessions/:id/downloads", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get session downloads" }, { "info": { "name": "Get session debug URLs", "type": "http" }, "http": { "method": "GET", "url": "https://api.browserbase.com/v1/sessions/:id/debug", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get session debug URLs" } ] } ], "bundled": true }