Browserbase · Example Payload

Browserbase Get Session Example

Headless BrowserBrowser InfrastructureWeb AutomationAI AgentsWeb ScrapingStagehandPlaywrightPuppeteerWeb SearchWeb FetchModel GatewayMCPSession RecordingAgent Identity

Browserbase Get Session Example is an example object payload from Browserbase, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "GET",
    "url": "https://api.browserbase.com/v1/sessions/ses_abc123XYZ",
    "headers": {
      "X-BB-API-Key": "bb_live_abc123..."
    }
  },
  "response": {
    "status": 200,
    "body": {
      "id": "ses_abc123XYZ",
      "status": "RUNNING",
      "projectId": "proj_abc123",
      "region": "us-west-2",
      "keepAlive": true,
      "createdAt": "2026-05-25T12:00:00Z",
      "updatedAt": "2026-05-25T12:05:00Z",
      "startedAt": "2026-05-25T12:00:01Z",
      "expiresAt": "2026-05-25T13:00:01Z"
    }
  }
}