curl --request GET \ --url https://api.browserbase.com/v1/sessions/{id}/logs \ --header 'X-BB-API-Key: <api-key>'
[ { "method": "<string>", "pageId": 123, "sessionId": "<string>", "request": { "timestamp": 123, "params": {}, "rawBody": "<string>" }, "response": { "timestamp": 123, "result": {}, "rawBody": "<string>" }, "timestamp": 123, "frameId": "<string>", "loaderId": "<string>" } ]
Your Browserbase API Key.
Show child attributes
milliseconds that have elapsed since the UNIX epoch
Was this page helpful?