GET
https://api.browserbase.com
/
v1
/
sessions
/
{id}
/
logs
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>"
  }
]

Authorizations

X-BB-API-Key
string
header
required

Path Parameters

id
string
required

Response

200 - application/json

The request has succeeded.

The response is of type object[].