---
title: "Session Logs"
method: GET
path: "/v1/sessions/{id}/logs"
---

# Session Logs

`GET /v1/sessions/{id}/logs`

## Path parameters

- `id` string, required

## Response `200`

The request has succeeded.

- SessionLog[]
  - `method` string, required
  - `pageId` integer, required
  - `sessionId` string, required
  - `request` object
    - `timestamp` integer — milliseconds that have elapsed since the UNIX epoch
    - `params` object, required
    - `rawBody` string, required
  - `response` object
    - `timestamp` integer — milliseconds that have elapsed since the UNIX epoch
    - `result` object, required
    - `rawBody` string, required
  - `timestamp` integer — milliseconds that have elapsed since the UNIX epoch
  - `frameId` string
  - `loaderId` string

## Changes

- **2025-01-28** `396a2b9092f6` — 3 breaking
  - the response property `items/request/timestamp` became optional for the status `200`
  - the response property `items/response/timestamp` became optional for the status `200`
  - the response property `items/timestamp` became optional for the status `200`
- **2024-12-29** `7d749df7d5d7` — 1 breaking, 1 info
  - removed the required property `items/eventId` from the response with the `200` status
  - removed the non-success response with the status `422`

[Change history](https://skmtc.dev/browserbase/apis/browserbase-api/changes/v1/sessions/:id/logs/get.md)

---

[API](https://skmtc.dev/browserbase/apis/browserbase-api.md) · [All operations](https://skmtc.dev/browserbase/apis/browserbase-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/browserbase/browserbase-api/revisions/550634919db9/schema)
